Skip to content

SQL project that analyzes an employee database to discover historical trends.

Notifications You must be signed in to change notification settings

TaniaRosasOrtiz/EmployeesDBAnalysisSQL

Repository files navigation

Employee Database: A Mystery in Two Parts

Background

The objective of this project is to research on employees of the "Pewlett Hackard" corporation from the 1980s and 1990s.

Data Modeling

The Pewlett Hackard database contains the following files:

  • departments.csv
  • dept_emp.csv
  • dept_manager.csv
  • employees.csv
  • salaries.csv
  • titles.csv

By inspecting the data in original files, I propose the following ERD

quickdatabasediagrams.com

Data Engineering

The schema creation can be found here: schema

Data Analysis

The data analysis performed can be found here: analysis

Results:

  • The following histogram shows the most common salary ranges for employees.

Salary Ranges Histogram

  • The bar chart displays the average salary by title.

Average Salary by Title

About

SQL project that analyzes an employee database to discover historical trends.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published