Multiple choice technology databases

If you don't specify ASC or DESC after a SQL ORDER BY clause, the following is used by default:

  1. There is no default value.

  2. DESC

  3. Random

  4. ASC

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

The SQL ORDER BY clause defaults to sorting records in ascending order (ASC) if no direction keyword (ASC or DESC) is explicitly specified after the column name.