SQL ORDER BY

The SQL ORDER BY clause comes in handy when you want to sort your SQL result sets by some column(s).
SQL keyword after your SQL ORDER BY clause:

SELECT * FROM tbl_name
ORDER BY Column_name DESC/Asc