Thursday, June 16, 2022

What is the difference between Truncate and Delete Command in SQL

 Truncate is used to delete all the records from the table and we cannot rollback.

By delete we can rollback and we can delete one or more rows.


reference:- https://unstop.com/blog/difference-between-delete-and-truncate-in-sql


No comments:

Post a Comment