Sorting Direction
The keyword ASC — short for ASCENDING — specifies a sort direction from lowest to highest.ASC is the default sort direction.
The keyword DESC — short for DESCENDING — specifies a sort direction from highest to lowest.
Specifying ascending order for one column and descending order for another is allowed.