ABC Interview Question

Sql- difference between delete drop and truncate

Interview Answer

Anonymous

Aug 7, 2025

In delete the data can be retrieved back In truncate the the data is dropped but the table remains In drop the entire data along with the table is dropped