Conteúdo do Curso
Introdução ao SQL
Introdução ao SQL
Desafio: Classificação da População da América do Norte
Here is the country
table we are working with:
Swipe to show code editor
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
.
Obrigado pelo seu feedback!
Desafio: Classificação da População da América do Norte
Here is the country
table we are working with:
Swipe to show code editor
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
.
Obrigado pelo seu feedback!