ORDER BY
keyword is used to sort results in ascending or descending order according to the values of one or more columns.ORDER BY
will sort in ascending order. If you want to sort the results in descending order, you can use the DESC
keyword. For example,