Which statement about the TRUNCATE TABLE statement is true?
TRUNCATE TABLE
It will stop and issue an error when it encounters a row that is referenced by a row in a child table.
It always first drops, then re-creates a new table.
It deletes rows one by one on tables with foreign key constraints.
It does not invoke the DELETE triggers associated with the table.
DELETE