Завдання: Подвійне сортування запиту
Here is the country
table we are working with:
Завдання
Swipe to start coding
Write an SQL query to retrieve two columns using the SELECT
statement, specifically: region
and capital
. Sort the result first by region and then by capital
.
Рішення
Все було зрозуміло?
Дякуємо за ваш відгук!
Секція 2. Розділ 4