Multiple choice technology programming languages

Which two of the following orders are used in ORDER BY clauses?

  1. ABS

  2. ASC

  3. DESC

  4. DISC

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

ORDER BY clauses use ASC (ascending) and DESC (descending) to specify the order of sorting. ABS is a function for absolute value, and DISC is not a valid SQL order.