MySQL TRUNCATE Table
MYSQL TRUNCATE removes the complete data without removing its structure.The TRUNCATE TABLE used when you want to delete the complete data from a table without removing the table structure.
MySQL Truncate Table Syntax
TRUNCATE TABLE table_name;