Pergunta de entrevista da empresa ABC

Sql- difference between delete drop and truncate

Resposta da entrevista

Sigiloso

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