Amdocs interview question

Difference between Drop table and Delete Table?

Interview Answer

Anonymous

Sep 19, 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.