SQL Truncate Table

Truncate command in sql is used to delete all the entries from table. But this command will not destroy the table's structure.


SYNTAX :
TRUNCATE TABLE table_name;