Desafio: Classificação da População da América do Norte
Here is the country
table we are working with:
Tarefa
Swipe to start coding
Write an SQL query to retrieve the id
,name
, population
, and continent
from the country
table (please retrieve these columns in this order), returning only rows with the 'North America' continent, and displaying the result in descending order by population
.
Solução
Tudo estava claro?
Obrigado pelo seu feedback!
Seção 3. Capítulo 2