The TRUNCATE TABLE statement is used to delete the data inside a table, but not the table itself.
Syntax
TRUNCATE TABLE table_name;
Practice Excercise Practice now
The TRUNCATE TABLE statement is used to delete the data inside a table, but not the table itself.
Syntax
Practice Excercise Practice now