Зміст курсу
Вступ до SQL
Вступ до SQL
Завдання: Підрахунок континентів
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
).
Дякуємо за ваш відгук!
Завдання: Підрахунок континентів
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
).
Дякуємо за ваш відгук!