dcl

Delete, Truncate and Drop Table in SQL

Let us understand the difference between delete truncate and drop table: Delete Truncate and Drop Table: Characteristics Delete Truncate Drop Command Type DML(Data Manipulation Language) DDL(Data Definition Language) DDL(Data Definition Language) Rollback transaction Can be rolled back Cannot be rolled back Cannot be rolled back Permanent delete Since it is DML does not remove records …

Delete, Truncate and Drop Table in SQL Read More »