Difference between Drop table and Delete Table?
Utilisateur anonyme
Drop table command will delete overall structure and data of the table and memory as well,but delete table delete all structure and data from table but cant release memory they consumed.