Domanda di colloquio di Amdocs

Difference between Drop table and Delete Table?

Risposta di colloquio

Anonimo

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