TRUNCATE TABLE table_name;
TRUNCATE query is used for deleting all rows from a table. It empties the table which contains data rows.
0 Comments