ORDER BY — Is used to sort the result set by one or more columns.
SELECT column1, column2, ... FROM table_name ORDER BY column1 [ASC|DESC], column2 [ASC|DESC], ...;
Clickable & Draggable!