Зміст курсу
Вступ до SQL
Вступ до SQL
Завдання: Знайдіть усі континенти та відсортуйте їх у порядку зростання
Here is the country
table we are working with:
Swipe to show code editor
Write an SQL query to get unique continent
values from the country
table, and display the result in ascending order.
Дякуємо за ваш відгук!
Завдання: Знайдіть усі континенти та відсортуйте їх у порядку зростання
Here is the country
table we are working with:
Swipe to show code editor
Write an SQL query to get unique continent
values from the country
table, and display the result in ascending order.
Дякуємо за ваш відгук!