InterviewSolution
Saved Bookmarks
| 1. |
Which among the following tags belong to Data Manipulation language?(a) UPDATE(b) ALTER(c) MODIFY(d) All of the mentionedI had been asked this question in an international level competition.I'd like to ask this question from Query Mechanics topic in division Query Optimization of MySQL |
|
Answer» CORRECT CHOICE is (d) All of the mentioned Explanation: Data MANIPULATION language contains all tags which are USED for manipulating the EXISTING structure in Mysql. |
|