Contenido del Curso
Introducción a SQL
Introducción a SQL
Desafío: Filtro de Regiones de América
Here is the country
table we are working with:
Swipe to show code editor
Write an SQL query to retrieve the name
of the countries that are from regions such as 'Central America'
or 'North America'
.
Note
Pay attention to the fact that the names of the regions begin with a capital letter and not a lowercase one, which is very important.
¡Gracias por tus comentarios!
Desafío: Filtro de Regiones de América
Here is the country
table we are working with:
Swipe to show code editor
Write an SQL query to retrieve the name
of the countries that are from regions such as 'Central America'
or 'North America'
.
Note
Pay attention to the fact that the names of the regions begin with a capital letter and not a lowercase one, which is very important.
¡Gracias por tus comentarios!