The ORDER BY clause is used to sort:
-
fields.
-
records.
-
tables.
-
Both a and b.
-
All of the above.
B
Correct answer
Explanation
The ORDER BY clause in SQL is used to specify the sequence in which the resulting records (rows) are returned. While it uses field names to determine the sort criteria, the actual items being sorted and rearranged in the output are the records themselves.