Question: The result set that a query returns can be sorted using one or more columns by using the ORDER BY clause. Usually, a SELECT statement
The result set that a query returns can be sorted using one or more columns by using the ORDER BY clause.
Usually, a SELECT statement ends with its usage.
The DESC keyword allows you to define a descending order for the rows, but it sorts them by default in ascending order.
The result set can be arranged according to any columns that are provided in the ORDER BY clause.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
