Pregunta de entrevista de ABC

Sql- difference between delete drop and truncate

Respuesta de la entrevista

Anónimo

7 ago 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