ZoomInfo interview question

What's the difference between Drop, Truncate and Delete?

Interview Answer

Anonymous

18 Mar 2022

Drop = Drop table with all data Truncate = Delete all data from the table but keep the table Delete = Delete specific rows from the table