Computer Science for IGCSE & O level - Databases (Section 2 - No. 12)
Which SQL clause is used to order the results of a query?
GROUP BY
ORDER BY
SORT BY
ARRANGE BY
Explanation
The `ORDER BY` clause is used to sort the results of an SQL query.
Comments (0)
