Sezione 1. Capitolo 4
single
Challenge: Find High Earners by Department
Scorri per mostrare il menu
Compito
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.
Soluzione
Tutto è chiaro?
Grazie per i tuoi commenti!
Sezione 1. Capitolo 4
single
Chieda ad AI
Chieda ad AI
Chieda pure quello che desidera o provi una delle domande suggerite per iniziare la nostra conversazione