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
(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
Right choice is (a) Sorting your result set using column data
Easiest explanation: None.