Computer Science for IGCSE & O level - Databases (Section 6 - No. 1)

Which clause is used to sort the records in an SQL query?
WHERE
SELECT
ORDER BY
FROM

Explanation

The ORDER BY clause is used to sort the retrieved records based on one or more columns.

Comments (0)

Advertisement