InterviewSolution
Saved Bookmarks
| 1. |
Which clause is used to “sort the rows of the final result set by one or more columns”?(a) HAVING(b) ORDER BY(c) WHERE(d) FROMThis question was addressed to me in class test.This is a very interesting question from Query Clauses topic in chapter Query Optimization of MySQL |
| Answer» | |