How To Display SQL Data In Descending Order
In this article, we will learn how to display SQL data in descending order using the ORDER BY keyword.
To sort the result-set in ascending or descending order in SQL, The ORDER BY keyword is used.
By default, the ORDER BY keyword sorts the records in ascending order. Use the DESC keyword, To sort the records in descending order.