Conteúdo do Curso
Introdução ao SQL
Introdução ao SQL
Desafio: Contagem Continental
Here is the country
table we are working with:
Swipe to show code editor
Write an SQL query to retrieve the number of countries from the Europe
and Asia
continents (where continent
= Europe
or continent
= Asia
).
Obrigado pelo seu feedback!
Desafio: Contagem Continental
Here is the country
table we are working with:
Swipe to show code editor
Write an SQL query to retrieve the number of countries from the Europe
and Asia
continents (where continent
= Europe
or continent
= Asia
).
Obrigado pelo seu feedback!