Challenge: Budget-Friendly Books
The library decides to put some of the books on sale. A patron comes to you with a limited budget and asks for books that cost $20 or less. Your task is to compile a list of all the affordable options within their budget.
Swipe to start coding
Write an SQL query to fetch the titles of all the books from the book_store table, where the price is less than or equal to 20.
The book_store table includes these columns: id, title, author, genre, publication_year, and price.
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: Budget-Friendly Books
Swipe to show menu
The library decides to put some of the books on sale. A patron comes to you with a limited budget and asks for books that cost $20 or less. Your task is to compile a list of all the affordable options within their budget.
Swipe to start coding
Write an SQL query to fetch the titles of all the books from the book_store table, where the price is less than or equal to 20.
The book_store table includes these columns: id, title, author, genre, publication_year, and price.
Solution
Thanks for your feedback!
single