Select from following answers:- Removes all records from the table.
- Resets the identity column to the seed of the column.
- Delete triggers are executed.

- It cannot be used on tables referenced by foreign tables.
- All Above
When the rows of a table are removed using the TRUNCATE TABLE command,delete triggers are not executed.
Show Correct Answer
Asked In: Many Interviews |
Alert Moderator