==+++=-
Order by Clause in SQL
The keyword- Order by sorts the available sets of results in an order. This order can be either
descending or ascending. This type of clause (by default) sets the available results in ascending
order. We must use the keyword DESC if we want to sort the same results in descending order.