Challenge: Continental Count
Here is the country
table we are working with:
Swipe to start coding
Write an SQL query to retrieve the number of countries from the Europe
and Asia
continents (where continent
= Europe
or continent
= Asia
).
Solution
Thanks for your feedback!
No query executed yet... |