Sectionย 2. Chapterย 7
single
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.
Task
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
Everything was clear?
Thanks for your feedback!
Sectionย 2. Chapterย 7
single
Ask AI
Ask AI
Ask anything or try one of the suggested questions to begin our chat