Computer Science for IGCSE & O level - Databases (Section 5 - No. 39)

What does the 'ORDER BY' clause in SQL do?
Filters the data.
Sorts the results.
Groups the results.
Joins tables.

Explanation

'ORDER BY' sorts the data in ascending or descending order.

Comments (0)

Advertisement