sql 'ASC' code example
Example 1: sql asc
Used with ORDER BY to return the data in ascending order.
Example: Apples, Bananas, Peaches, Raddish
Example 2: sql desc
Used with ORDER BY to return the data in descending order.
Example: Raddish, Peaches, Bananas, Apples