I'm creating a database to store comics in. Includes name, number, price, condition, etc.

When I list the comics is there a way I can specify in the SQL statement to sort by name then number? So that it sorts first by comic names so that they're alphabetical. Then it sorts by comic number?