I have started to learn MySQL.
Here is the table world:
world
+-------------+-----------+---------+ | name | continent | area | +--
Select distinct continent, name from world x where name <=All (Select name from world y where x.continent=y.continent)