Multiple choice .net

The ORDER BY clause is used to sort:

  1. fields.

  2. records.

  3. tables.

  4. Both a and b.

  5. All of the above.

Reveal answer Fill a bubble to check yourself
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.