Question

To remove all rows from a table without logging individual row deletions and without firing triggers, which command would you typically use?

A `DELETE FROM table_name;`
B `DROP TABLE table_name;`
C `TRUNCATE TABLE table_name;`
D `TRUNCATE TABLE table_name;`
E `TRUNCATE TABLE table_name;`
Practice Next

Hey! Ask a query