TRUNCATE
← Back to DDL (Data Definition Language)
SQL DDL statement that removes all rows from a table quickly without logging individual row deletions. Faster than DELETE but cannot be rolled back in some databases.
← Back to DDL (Data Definition Language)
SQL DDL statement that removes all rows from a table quickly without logging individual row deletions. Faster than DELETE but cannot be rolled back in some databases.