Question d’entretien chez Amdocs

Difference between Drop table and Delete Table?

Réponse à la question d'entretien

Utilisateur anonyme

19 sept. 2019

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.