Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Learn Challenge: Unsold Products | Joining Tables for Richer Analysis
Practice
Projects
Quizzes & Challenges
Quizzes
Challenges
/
SQL for Data Analysis

bookChallenge: 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 products table.
  • Return only those products that do not have any corresponding entry in the sales table.
  • Use the table and column names as provided in the database schema.

Solution

Everything was clear?

How can we improve it?

Thanks for your feedback!

SectionΒ 3. ChapterΒ 3
single

single

Ask AI

expand

Ask AI

ChatGPT

Ask anything or try one of the suggested questions to begin our chat

close

bookChallenge: 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 products table.
  • Return only those products that do not have any corresponding entry in the sales table.
  • Use the table and column names as provided in the database schema.

Solution

Switch to desktopSwitch to desktop for real-world practiceContinue from where you are using one of the options below
Everything was clear?

How can we improve it?

Thanks for your feedback!

SectionΒ 3. ChapterΒ 3
single

single

some-alt