Зміст курсу
Introduction to SQL
Introduction to SQL
Challenge: Sorting the Library Catalogue
While assisting people at your librarian post, someone approaches you, curious about books that have been published recently.
To help them, you decide to sort the books based on the publication year, such that the newest books are at the top.
Swipe to show code editor
Your task is to write an SQL query to select title
, author
, publication_year
and genre
of all the books and display them sorted based on the publication_year
column according to the customer's requirements.
Рішення
Дякуємо за ваш відгук!
Challenge: Sorting the Library Catalogue
While assisting people at your librarian post, someone approaches you, curious about books that have been published recently.
To help them, you decide to sort the books based on the publication year, such that the newest books are at the top.
Swipe to show code editor
Your task is to write an SQL query to select title
, author
, publication_year
and genre
of all the books and display them sorted based on the publication_year
column according to the customer's requirements.
Рішення
Дякуємо за ваш відгук!