kschwartz 10 Jan 2023 in Public TRUNCATE Statement The TRUNCATE statement is a fast and efficient way to empty a table of all rows. Unlike the DELETE statement that you will see shortly, TRUNCATE wipes the entire table without going through the table row by row truncate