InterviewSolution
Saved Bookmarks
| 1. |
Which statement is used to delete an existing row from the table?(a) DELETE(b) WHERE(c) MODIFY(d) None of the mentionedI had been asked this question during an interview.Query is from Populating & Modifying Tables in division Using SQL to Manage Data of MySQL |
|
Answer» The CORRECT OPTION is (a) DELETE |
|