InterviewSolution
Saved Bookmarks
| 1. |
Which keyword is used to delete all the rows from the table?(a) TRUNCATE(b) REMOVE(c) DELETE ALL(d) CLEARThe question was posed to me in class test.I'm obligated to ask this question of Multiple in section Using SQL to Manage Data of MySQL |
|
Answer» The correct OPTION is (a) TRUNCATE |
|