ZoomInfo Interview Question

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

Interview Answer

Anonymous

Mar 18, 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