Multiple choice technology databases

Difference between Truncate and Delete(select multiple answers)

  1. TRUNCATE is a DDL command whereas DELETE is a DML command

  2. TRUNCATE is much faster than DELETE

  3. In case of TRUNCATE ,Trigger doesn't get fired.But in DML commands like DELETE .Trigger get fired

  4. All of the above

Reveal answer Fill a bubble to check yourself
A Correct answer