Error!
Success!

Difference between Truncate and Delete in SQL

0
kicks

Difference between Truncate and Delete in SQL  (Unpublished)

Truncate an Delete both are used to delete data from the table. These both command will only delete data of the specified table, they cannot remove the whole table data structure.Both statements delete the data from the table not the structure of the table.


Kicked By:
Drop Kicked By: