What does the TRUNCATE TABLE command do that differs from DELETE?
-
A
TRUNCATE removes specific rows matching a condition
-
B
TRUNCATE is a DDL statement that removes all rows and cannot be rolled back in the same way as DELETE
-
C
TRUNCATE drops and recreates the table
-
D
TRUNCATE permanently removes the table and its indexes