Nuacht

TRUNCATE is DDL command.TRUNCATE command is used to delete all the rows from the table,keeping the table structure alive. Since DDL command includes implicit commit, so there is no way of Rollback.