セクション 4. 章 2
single
Challenge: Above-Average Customers
メニューを表示するにはスワイプしてください
タスク
スワイプしてコーディングを開始
Write a query using a subquery to find customers with total quantity purchased greater than the average quantity purchased.
- Calculate the total quantity purchased by each customer.
- Calculate the average total quantity purchased across all customers.
- Select only those customers whose total quantity purchased is greater than this average.
- Return the customer ID, first name, last name, and total quantity purchased for each qualifying customer.
解答
すべて明確でしたか?
フィードバックありがとうございます!
セクション 4. 章 2
single
AIに質問する
AIに質問する
何でも質問するか、提案された質問の1つを試してチャットを始めてください