Section 1. Chapitre 4
single
Challenge: Find High Earners by Department
Glissez pour afficher le menu
Tâche
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.
Solution
Tout était clair ?
Merci pour vos commentaires !
Section 1. Chapitre 4
single
Demandez à l'IA
Demandez à l'IA
Posez n'importe quelle question ou essayez l'une des questions suggérées pour commencer notre discussion