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