TRUNCATE Table Statement

TRUNCATE Table Statement

TRUNCATE table statement is used to remove all the records permanently.
Its a DDL statement, so we do not need to explicitly COMMIT the transaction.
Also a ROLLBACK command does not rolled back the transaction.

SELECT *