Секція 1. Розділ 4
single
Challenge: Find High Earners by Department
Свайпніть щоб показати меню
Завдання
Swipe to start coding
Write a SQL query to list all employees whose salary is higher than the average salary of their department. Use a correlated subquery in the WHERE clause to compare each employee's salary to the average salary for their department.
- Select the
employee_id,first_name,last_name,salary, anddepartment_idcolumns from theemployeestable. - For each employee, use a correlated subquery in the WHERE clause to calculate the average salary for their department.
- Include only those employees whose salary is greater than the average salary of their department.
Рішення
Все було зрозуміло?
Дякуємо за ваш відгук!
Секція 1. Розділ 4
single
Запитати АІ
Запитати АІ
Запитайте про що завгодно або спробуйте одне із запропонованих запитань, щоб почати наш чат