InterviewSolution
Saved Bookmarks
| 1. |
Which clause is used to determine “which column to include in the query sets”?(a) SELECT(b) FROM(c) WHERE(d) ORDER BYThis question was posed to me in exam.My question is from Query Clauses topic in division Query Optimization of MySQL |
|
Answer» CORRECT OPTION is (a) SELECT Easy EXPLANATION: NONE. |
|