|
Search:
Advanced search
|
Browse by category:
|
Glossary | Contact Us |
![]() |
Can you tell me the difference between DELETE & TRUNCATE commands? |
||||
Delete
command removes the rows from a table
based on the condition that we provide with a WHERE clause. Truncate will actually remove all the rows from a table
and there will be no data
in the table
after we run the truncate command.
|
||||
Powered by
DBNest.com (Nest of DB Professionals)
