Conteúdo do Curso
Introdução ao SQL
Introdução ao SQL
Desafio: Consulta de Limite de População
Here is the country
table we are working with:
Swipe to show code editor
Write an SQL query to retrieve the name
, population
, region
, and capital
columns from the country
table (please retrieve these columns in this order), returning only the countries with a population
greater than or equal to 300000.
Obrigado pelo seu feedback!
Desafio: Consulta de Limite de População
Here is the country
table we are working with:
Swipe to show code editor
Write an SQL query to retrieve the name
, population
, region
, and capital
columns from the country
table (please retrieve these columns in this order), returning only the countries with a population
greater than or equal to 300000.
Obrigado pelo seu feedback!