Course Content
Introduction to SQL
Introduction to SQL
Challenge: America Regions Filter
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.
Thanks for your feedback!
Challenge: America Regions Filter
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.
Thanks for your feedback!
Challenge: America Regions Filter
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.
Thanks for your feedback!
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.