Зміст курсу
Вступ до SQL
Вступ до SQL
Завдання: Запит на поріг населення
Here is the country
table we are working with:
Swipe to show code editor
Write an SQL query to retrieve the name
, population
, region
, and capital
columns from the country
table (please retrieve these columns in this order), returning only the countries with a population
greater than or equal to 300000.
Дякуємо за ваш відгук!
Завдання: Запит на поріг населення
Here is the country
table we are working with:
Swipe to show code editor
Write an SQL query to retrieve the name
, population
, region
, and capital
columns from the country
table (please retrieve these columns in this order), returning only the countries with a population
greater than or equal to 300000.
Дякуємо за ваш відгук!