Multiple choice technology mainframe

default of orderby is

  1. DSC

  2. ASC

  3. DSS

  4. ASS

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

SQL's ORDER BY clause sorts in ascending order (ASC) by default. This means values are arranged from lowest to highest for numbers and A-Z for text. To sort in descending order, you must explicitly specify DESC in the query.