Computer Science for IGCSE & O level - Databases (Section 2 - No. 30)

What is the purpose of an `ORDER BY` clause in an SQL query?
To filter the results of the query.
To sort the results of the query.
To specify the table to query.
To group results based on a column.

Explanation

The `ORDER BY` clause sorts the results of a query based on the specified column(s).

Comments (0)

Advertisement