Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Learn Challenge: Books Borrowed in the Last Month | Subqueries in E-commerce Analytics
Practice
Projects
Quizzes & Challenges
Quizzes
Challenges
/
Subqueries in SQL
Sectionย 1. Chapterย 16
single

single

bookChallenge: Books Borrowed in the Last Month

Swipe to show menu

Task

Swipe to start coding

List all books that have been borrowed on or after July 1, 2023.

  • Use a subquery to select all unique book_id values from the borrowings table where borrow_date is greater than or equal to DATE '2023-07-01'.

  • Select all columns from the books table for books whose book_id is in the set returned by the subquery.

Solution

Switch to desktopSwitch to desktop for real-world practiceContinue from where you are using one of the options below
Everything was clear?

How can we improve it?

Thanks for your feedback!

Sectionย 1. Chapterย 16
single

single

Ask AI

expand

Ask AI

ChatGPT

Ask anything or try one of the suggested questions to begin our chat

some-alt