Skip to content

TRUNCATE

TRUNCATE TABLE Employee;
Query OK, 0 rows affected (0.00 sec)

The TRUNCATE statement is used to delete all records from the ‘Employee’ table, but retain the table structure for future use.