Multiple choice technology life sciences

We can have a DML Truncate trigger

  1. True

  2. False

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

Truncate is classified as a DDL (Data Definition Language) command rather than a DML (Data Manipulation Language) command. Therefore, DML triggers, which only fire on INSERT, UPDATE, and DELETE operations, cannot be triggered by executing a Truncate command on a table.