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 Library Management
Practice
Projects
Quizzes & Challenges
Quizzes
Challenges
/
Subqueries in SQL

bookChallenge: Books Borrowed in the Last Month

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

Everything was clear?

How can we improve it?

Thanks for your feedback!

SectionΒ 3. ChapterΒ 4
single

single

Ask AI

expand

Ask AI

ChatGPT

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

Suggested prompts:

Can you explain this in simpler terms?

Can you give me an example?

What are the main benefits or drawbacks?

close

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Β 3. ChapterΒ 4
single

single

some-alt