Beginner SQL
Q28 / 100

What does "ORDER BY column DESC" do?

Correct! Well done.

Incorrect.

The correct answer is A) Sorts the results in descending order based on the column

A

Correct Answer

Sorts the results in descending order based on the column

Explanation

DESC sorts results from highest to lowest (or Z to A for text); ASC (the default) sorts ascending.

Progress
28/100