Challenge: Select Books for the Collector's Section
As the library's trusted librarian, you've been tasked with preparing for a special book sale for collectors. Your job is to create a list of the top 50 most expensive books in the library. These books will be transferred to the exclusive "Collector's Section."
Swipe to start coding
Write an SQL query to retrieve the title
, author
, and price
of the 50 most expensive books, sorted by price
in descending order.
Solution
Thanks for your feedback!
single
Ask AI
Ask AI
Ask anything or try one of the suggested questions to begin our chat
Awesome!
Completion rate improved to 1.72
Challenge: Select Books for the Collector's Section
Swipe to show menu
As the library's trusted librarian, you've been tasked with preparing for a special book sale for collectors. Your job is to create a list of the top 50 most expensive books in the library. These books will be transferred to the exclusive "Collector's Section."
Swipe to start coding
Write an SQL query to retrieve the title
, author
, and price
of the 50 most expensive books, sorted by price
in descending order.
Solution
Thanks for your feedback!
Awesome!
Completion rate improved to 1.72single