Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Learn Challenge: Product Table Exploration | Getting Started with SQL and Databases
Practice
Projects
Quizzes & Challenges
Quizzes
Challenges
/
SQL for Data Analysis

bookChallenge: Product Table Exploration

Task

Swipe to start coding

Write a SQL query to select all columns from the products table for products in the Electronics category, and order the results by price in descending order.

  • Select all columns from the products table.
  • Filter the rows to include only those where the category is 'Electronics'.
  • Order the resulting rows by the price column in descending order.

Solution

Everything was clear?

How can we improve it?

Thanks for your feedback!

SectionΒ 1. ChapterΒ 3
single

single

Ask AI

expand

Ask AI

ChatGPT

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

Suggested prompts:

Can you explain that in simpler terms?

What are the main benefits of this approach?

Are there any common mistakes to avoid with this?

close

bookChallenge: Product Table Exploration

Swipe to show menu

Task

Swipe to start coding

Write a SQL query to select all columns from the products table for products in the Electronics category, and order the results by price in descending order.

  • Select all columns from the products table.
  • Filter the rows to include only those where the category is 'Electronics'.
  • Order the resulting rows by the price column in descending order.

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Β 1. ChapterΒ 3
single

single

some-alt