Home »
MCQs »
SQL MCQs »
SQL Statements and Clauses MCQs
In order to sort the records according to the columns, which clause is used?
20. In order to sort the records according to the columns, which clause is used?
- HAVING
- GROUP BY
- ORDER BY
- None of the above
Answer: C) ORDER BY
Explanation:
ORDER BY clause is used to sort the records according to the columns.