The Truncate Table statement is used to delete the data inside the table. It will delete all rows from the table.
Syntax:
TRUNCATE TABLE table_name
Example:
TRUNCATE TABLE Users