セクション 2. 章 9
single
Challenge: Find Specific Books for a Reader
メニューを表示するにはスワイプしてください
A patron asks for books from the Science Fiction genre that were published after 2010. You want to ensure the list contains only books that meet both conditions.
タスク
スワイプしてコーディングを開始
Write an SQL query to fetch the titles and authors of all the books where the genre is "Science Fiction" and the publication_year is greater than 2010.
The books table includes these columns: id, title, author, genre, and publication_year.
解答
すべて明確でしたか?
フィードバックありがとうございます!
セクション 2. 章 9
single
AIに質問する
AIに質問する
何でも質問するか、提案された質問の1つを試してチャットを始めてください