Challenge: Unsold Products
Task
Swipe to start coding
Write a query to find all products in the products table that do not appear in the sales table.
- Select all columns from the
productstable. - Return only those products that do not have any corresponding entry in the
salestable. - Use the table and column names as provided in the database schema.
Solution
Everything was clear?
Thanks for your feedback!
SectionΒ 3. ChapterΒ 3
single
Ask AI
Ask AI
Ask anything or try one of the suggested questions to begin our chat
Awesome!
Completion rate improved to 5.56
Challenge: Unsold Products
Swipe to show menu
Task
Swipe to start coding
Write a query to find all products in the products table that do not appear in the sales table.
- Select all columns from the
productstable. - Return only those products that do not have any corresponding entry in the
salestable. - Use the table and column names as provided in the database schema.
Solution
Everything was clear?
Thanks for your feedback!
SectionΒ 3. ChapterΒ 3
single