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.