What is the meaning of “ORDER BY” clause in Mysql?
(a) Sorting your result set using column data
(b) Aggregation of fields
(c) Sorting your result set using row data
(d) None of the mentioned
I had been asked this question in homework.
Query is from The order by Clauses in portion Select Statement of MySQL