InterviewSolution
Saved Bookmarks
| 1. |
difference between drop and truncate command |
|
Answer» Truncate Command removes all ROWS from a table, but the table structure, all RELATIONSHIPS, CONSTRAINTS remain in the Database. |
|