Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
学ぶ Challenge: Avoid the Damaged Books | Filtering Data
Introduction to SQL
セクション 2.  5
single

single

bookChallenge: Avoid the Damaged Books

メニューを表示するにはスワイプしてください

The library decided to mention the condition of the available books to better keep track of which books are suitable to be lent and which need to be preserved.

The condition of a book can be one of the following:

New | Used | Damaged

The books that are damaged cannot be borrowed by anyone. As a librarian, you are required to make a new list of all the available books that can be borrowed.

タスク

スワイプしてコーディングを開始

Write a query to list the names, authors, and publication years of all the books that are borrowable.

The books table includes these columns: id, title, author, book_condition, genre, and publication_year.

解答

Switch to desktop実践的な練習のためにデスクトップに切り替える下記のオプションのいずれかを利用して、現在の場所から続行する
すべて明確でしたか?

どのように改善できますか?

フィードバックありがとうございます!

セクション 2.  5
single

single

AIに質問する

expand

AIに質問する

ChatGPT

何でも質問するか、提案された質問の1つを試してチャットを始めてください

some-alt