Datametica interview question

Difference between delete and truncate in SQL?

Interview Answers

Anonymous

Jun 22, 2019

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

Anonymous

Jan 9, 2020

What programming questions they asked in 2nd round ??

2