Contenido del Curso
Introducción a SQL
Introducción a SQL
Desafío: Conteo 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
).
¡Gracias por tus comentarios!
Desafío: Conteo 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
).
¡Gracias por tus comentarios!