Завдання: Сортування населення Північної Америки
Here is the country
table we are working with:
Swipe to start coding
Write an SQL query to retrieve the id
,name
, population
, and continent
from the country
table (please retrieve these columns in this order), returning only rows with the 'North America' continent, and displaying the result in descending order by population
.
Рішення
Дякуємо за ваш відгук!
No query executed yet... |