Challenge: Salary Progression Analysis
Compito
Swipe to start coding
Write a query to analyze how each employee's current salary compares to the earliest salary in their department. Your query must return the following columns for each employee:
employee_idnamedepartmentsalary- The earliest salary in the employee's department, based on the earliest
hire_date - The difference between the employee's salary and the department's earliest salary.
Steps:
- Use a window function to find the earliest salary in each department, ordered by
hire_date. - Calculate the difference between each employee's salary and the department's earliest salary.
- Return all required columns for each employee.
Soluzione
Tutto è chiaro?
Grazie per i tuoi commenti!
Sezione 2. Capitolo 7
single
Chieda ad AI
Chieda ad AI
Chieda pure quello che desidera o provi una delle domande suggerite per iniziare la nostra conversazione
Suggested prompts:
Can you explain this in simpler terms?
What are the main points I should remember?
Can you give me an example?
Fantastico!
Completion tasso migliorato a 4.55
Challenge: Salary Progression Analysis
Scorri per mostrare il menu
Compito
Swipe to start coding
Write a query to analyze how each employee's current salary compares to the earliest salary in their department. Your query must return the following columns for each employee:
employee_idnamedepartmentsalary- The earliest salary in the employee's department, based on the earliest
hire_date - The difference between the employee's salary and the department's earliest salary.
Steps:
- Use a window function to find the earliest salary in each department, ordered by
hire_date. - Calculate the difference between each employee's salary and the department's earliest salary.
- Return all required columns for each employee.
Soluzione
Tutto è chiaro?
Grazie per i tuoi commenti!
Sezione 2. Capitolo 7
single