Beginner SQL
Q4 / 100

Which keyword is used to sort the result set of a query?

Correct! Well done.

Incorrect.

The correct answer is C) ORDER BY

C

Correct Answer

ORDER BY

Explanation

ORDER BY sorts the result set by one or more columns, ascending (ASC, default) or descending (DESC).

Progress
4/100