セクション 1. 章 6
single
Challenge: 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.
解答
すべて明確でしたか?
フィードバックありがとうございます!
セクション 1. 章 6
single
AIに質問する
AIに質問する
何でも質問するか、提案された質問の1つを試してチャットを始めてください