Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Lære Challenge: Books Borrowed in the Last Month | Subqueries in E-commerce Analytics
/
Subqueries in SQL
Sektion 1. Kapitel 16
single

single

bookChallenge: Books Borrowed in the Last Month

Stryg for at vise menuen

Opgave

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.

Løsning

Switch to desktopSkift til skrivebord for at øve i den virkelige verdenFortsæt der, hvor du er, med en af nedenstående muligheder
Var alt klart?

Hvordan kan vi forbedre det?

Tak for dine kommentarer!

Sektion 1. Kapitel 16
single

single

Spørg AI

expand

Spørg AI

ChatGPT

Spørg om hvad som helst eller prøv et af de foreslåede spørgsmål for at starte vores chat

some-alt