I have started to learn MySQL.
Here is the table world:
world
+-------------+-----------+---------+ | name | continent | area | +--
Try this
SELECT continent, name FROM world ORDER BY name ASC;