Home » MYSQL » MySQL ORDER BY » Question
  1. Keyword “ASC” and “DESC” cannot be used without which clause in Mysql?
    1. SELECT
    2. HAVING
    3. GROUP BY
    4. ORDER BY
    5. None of these
Correct Option: D

“ASC” or “DESC” are used to sort the result set in ascending or descending order therefore they cannot be used without “ORDER BY” clause.



Your comments will be displayed only after manual approval.