truncate table
-
The TRUNCATE TABLE command in SQL Server
the truncate table statement is used to delete all records from a table in sql server. -
TRUNCATE TABLE statement in SQL
the truncate table statement is used to completely delete records from an existing table in sql.