InterviewSolution
Saved Bookmarks
| 1. |
What is the difference between DELETE and TRUNCATE statements? |
|
Answer» The TRUNCATE command is used to delete all the rows from the table and FREE the SPACE containing the table. |
|