Pregunta de entrevista de Datametica

Difference between delete and truncate in SQL?

Respuestas de entrevistas

Anónimo

22 jun 2019

Delete is a DML command so it can be rolled back where as truncate is a DDL command which cannot be rolled back.

Anónimo

9 ene 2020

What programming questions they asked in 2nd round ??

2