Pergunta de entrevista da empresa Amdocs

Difference between Drop table and Delete Table?

Resposta da entrevista

Sigiloso

19 de set. de 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.