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

What is the main function of the `ORDER BY` clause?
To insert new rows into a table.
To sort the data in the result set.
To filter data based on specific conditions.
To update existing data in a table.

Explanation

The `ORDER BY` clause sorts the result set based on a specific column or columns.

Comments (0)

Advertisement