Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
学ぶ Challenge: Most Popular Product Category | Subqueries in E-commerce Analytics
/
Subqueries in SQL
セクション 1.  6
single

single

bookChallenge: Most Popular Product Category

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

タスク

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

Write a query to find the product category with the highest total quantity sold. Do not use subqueries in the FROM clause. Use subqueries only in the WHERE clause or similar constructs to complete this challenge.

  • Aggregate the total quantity sold for each product category.
  • Identify the maximum total quantity among all categories using a subquery in the WHERE clause.
  • Select the category (or categories, in case of a tie) whose total quantity matches this maximum.

解答

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

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

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

セクション 1.  6
single

single

AIに質問する

expand

AIに質問する

ChatGPT

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

some-alt