TRUNCATE is an example of which of the following statement types?
TRUNCATE is generally categorized as a DDL statement. It removes all rows from a table as a table-level operation rather than performing row-by-row data manipulation.
Community Discussion