The SQL TRUNCATE
statement can be used to delete rows from a table without deleting the table itself.
Syntax
TRUNCATE TABLE table_name
The SQL TRUNCATE
statement can be used to delete rows from a table without deleting the table itself.
TRUNCATE TABLE table_name