InterviewSolution
Saved Bookmarks
| 1. |
Which clause is used to rename the existing table?(a) RENAME(b) MODIFY(c) ALTER(d) None of the mentionedThe question was posed to me in an internship interview.I would like to ask this question from Populating & Modifying Tables topic in section Using SQL to Manage Data of MySQL |
|
Answer» RIGHT CHOICE is (a) RENAME The EXPLANATION: NONE. |
|