Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 601 Bytes

File metadata and controls

14 lines (10 loc) · 601 Bytes

SQL_Department_Statistics

Business Case

A manager is seeking insights into salary disparaties and wants to identify departments with salaries above and below the average for each department.

Objective:

Create a SQL query that identifies the average salary for each department as well as the standard deviation. Subsequently use the z-score metric to identify salary outliers for each department.

Deliverable:

List from a SQL database with Department, Average Salary, and a way to score variation.

Hypothesis:

POL Department is suspected of having high amount of variation in salary.