what is the difference between delete table and


What is the difference between DELETE TABLE and TRUNCATE TABLE commands?

Following are differences between delete & truncate commands:-

1)The DELETE TABLE syntax logs the deletes thus make the delete operation slow. The TRUNCATE table does not log any information but it logs information about deallocation of the data page of the table so TRUNCATE table is faster while the delete table is not fast.

2) The DELETE table can have criteria while TRUNCATE cannot.

3) The TRUNCATE table cannot trigger.

Request for Solution File

Ask an Expert for Answer!!
DOT NET Programming: what is the difference between delete table and
Reference No:- TGS0161365

Expected delivery within 24 Hours