セクション 2. 章 2
single
Challenge: Top 3 Salaries per Department
メニューを表示するにはスワイプしてください
タスク
スワイプしてコーディングを開始
Write a query to list the top 3 employees by salary in each department using a ranking window function.
- Select the
employee_id,name,department, andsalarycolumns. - Use a ranking window function to assign a rank to each employee within their department, ordered by salary in descending order.
- Return only those employees whose rank is 3 or less.
- Order the results by
department, then bysalarydescending, and then byname.
解答
すべて明確でしたか?
フィードバックありがとうございます!
セクション 2. 章 2
single
AIに質問する
AIに質問する
何でも質問するか、提案された質問の1つを試してチャットを始めてください