InterviewSolution
Saved Bookmarks
| 1. |
Keyword “ASC” and “DESC” cannot be used without which clause in Mysql?(a) ORDER BY(b) GROUP BY(c) SELECT(d) HAVINGThe question was posed to me by my college professor while I was bunking the class.This question is from The order by Clauses in section Select Statement of MySQL |
|
Answer» Right option is (a) ORDER BY |
|