InterviewSolution
Saved Bookmarks
| 1. |
Which of the following functions are not performed by “ALTER” clause?(a) Change the name of the table(b) Change the name of the column(c) Drop a column(d) All of the mentionedI have been asked this question in unit test.My question is from Populating & Modifying Tables topic in chapter Using SQL to Manage Data of MySQL |
|
Answer» CORRECT OPTION is (d) All of the mentioned Explanation: NONE. |
|