Delete and Truncate Query in SQL
The Delete query in SQL only deletes records from the table, and does not allow any description changes, i.e. it just manipulates them. Therefore, it is DML (Data Language Manipulation). The Truncate command in…
The Delete query in SQL only deletes records from the table, and does not allow any description changes, i.e. it just manipulates them. Therefore, it is DML (Data Language Manipulation). The Truncate command in…