Datametica interview question

Difference between delete and truncate in SQL?

Interview Answers

Anonymous

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.

Anonymous

9 Jan 2020

What programming questions they asked in 2nd round ??

2