SQL Truncate Statement is used to remove all the records table. In this tutorial, you will learn
how to use the truncate statement in SQL to remove all the records from the table. What is the difference between the truncate statement and the delete statement is that we can provide the where
clause in the delete statement but we can not provide the where clause in the truncate statement.