セクション 3. 章 4
single
Challenge: Books Borrowed in the Last Month
メニューを表示するにはスワイプしてください
タスク
スワイプしてコーディングを開始
List all books that have been borrowed on or after July 1, 2023.
-
Use a subquery to select all unique
book_idvalues from theborrowingstable whereborrow_dateis greater than or equal toDATE '2023-07-01'. -
Select all columns from the
bookstable for books whosebook_idis in the set returned by the subquery.
解答
すべて明確でしたか?
フィードバックありがとうございます!
セクション 3. 章 4
single
AIに質問する
AIに質問する
何でも質問するか、提案された質問の1つを試してチャットを始めてください