セクション 2. 章 4
single
Challenge: Departments with Above-average Salaries
メニューを表示するにはスワイプしてください
You are about to tackle a practical scenario where subqueries help you analyze salary data across departments. Imagine a company wants to know which departments pay above the company-wide average salary. To solve this, you will need to compare each department's average salary with the overall average salary for all employees. This challenge will deepen your understanding of subqueries for comparative analysis in SQL.
タスク
スワイプしてコーディングを開始
Write a query to return the names of departments where the average salary of employees in that department is higher than the overall average salary across all employees.
- Use a subquery to calculate the overall average salary for all employees.
- Group employees by department and calculate the average salary for each department.
- Only include those departments where the department average salary is greater than the overall average salary.
- Return the department names.
解答
すべて明確でしたか?
フィードバックありがとうございます!
セクション 2. 章 4
single
AIに質問する
AIに質問する
何でも質問するか、提案された質問の1つを試してチャットを始めてください