InterviewSolution
Saved Bookmarks
| 1. |
Which among the following is not a “query clause”?(a) WHERE(b) MODIFY(c) ALTER(d) FROMThe question was asked by my college director while I was bunking the class.My question is taken from Query Clauses in section Query Optimization of MySQL |
|
Answer» RIGHT option is (a) WHERE For explanation I would say: MODIFY is not a CLAUSE, it just used with clause Alter. |
|