セクション 3. 章 4
single
Challenge: Build Leaderboards and Sequences
メニューを表示するにはスワイプしてください
タスク
スワイプしてコーディングを開始
Write a SQL query to identify the top 2 employees by their total sales amount.
- For each employee, calculate the total sales amount from the
salestable. - Assign a rank to each employee based on their total sales amount, with the highest sales getting rank 1.
- Only include employees who are ranked in the top 2.
- Display the following columns in the result:
employee_idtotal_sales(the sum of theamountfield for each employee)sales_rank(the rank assigned by your window function).
解答
すべて明確でしたか?
フィードバックありがとうございます!
セクション 3. 章 4
single
AIに質問する
AIに質問する
何でも質問するか、提案された質問の1つを試してチャットを始めてください