InterviewSolution
Saved Bookmarks
| 1. |
Which among the following tags belong to Data definition language?(a) SELECT(b) FROM(c) WHERE(d) All of the mentioned |
|
Answer» The correct option is (d) All of the mentioned The explanation: Data definition language contains all tags which are used for the definition of the structures in Mysql. |
|