Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
学ぶ Challenge: Top 3 Customers | Advanced SQL for Data Analysis
SQL for Data Analysis (copy) 1772716827229 (feedback) 1772717639452 (feedback) 1772723088026 (feedback) 1772727181027
セクション 4.  4
single

single

Challenge: Top 3 Customers

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

タスク

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

Write a query to find the top 3 customers by total quantity purchased. Use a window function to rank customers by the sum of their purchased quantities.

  • Calculate the total quantity purchased for each customer.
  • Rank customers based on their total quantity purchased, with the highest quantity receiving rank 1.
  • Select only the top 3 customers according to this ranking.

解答

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

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

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

セクション 4.  4
single

single

AIに質問する

expand

AIに質問する

ChatGPT

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

some-alt