Multiple choice

Which of the following can arrange the result of a query in either ascending order (ASC) or descending order (DESC) in DBMS?

  1. GROUP BY

  2. COUNT

  3. SUM

  4. AVG

  5. ORDER BY

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

This is used to arrange the result of a query in either ascending (ASC) or descending order (DESC).