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