Multiple choice technology programming languages

3) ORDER BY in Default arranged in

  1. A) Descending order

  2. B) Ascending order

  3. C) None

  4. D) Any order

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

By default, the SQL ORDER BY clause sorts query results in ascending order. If descending order is desired, the DESC keyword must be explicitly specified in the query. Therefore, the other options like descending, none, or any order are incorrect.