Multiple choice technology databases

desc - is the default option for sorting rows

  1. True

  2. False

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

The default sort order for ORDER BY in SQL is ascending (ASC), not descending. If you omit ASC/DESC, the database assumes you want ascending order. To sort in descending order, you must explicitly specify the DESC keyword.