The ORDER BY Clause

Specifies the order of the records. The syntax is:

ORDER BY field-list

where "field-list" is a comma-separated list of field names, each followed with an option sort order (ASC or DESC). By default, ordering is ascending (ASC).