Keyword “ASC” and “DESC” cannot be used without which clause in Mysql?
(a) ORDER BY
(b) GROUP BY
(c) SELECT
(d) HAVING
(a) ORDER BY
(b) GROUP BY
(c) SELECT
(d) HAVING
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Right option is (a) ORDER BY
The best explanation: “ASC” or “DESC” are used to sort the result set in ascending or descending order therefore they cannot be used without “ORDER BY” clause.