Responses |
|
Default sorting order is ASC and in order to retrieve values in descending order we have to write order by clause
|
|
ORDER BY Keyword sorts the records in Ascending order by default.
To sort the records in Descending order use the keyword DESC.
|