Course Content
Introduction to SQL
Introduction to SQL
Challenge: Continental Count
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
).
Thanks for your feedback!
Challenge: Continental Count
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
).
Thanks for your feedback!
Challenge: Continental Count
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
).
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 number of countries from the Europe
and Asia
continents (where continent
= Europe
or continent
= Asia
).