Skip to content

Using PostgreSQL techniques, I performed data modeling and completed analysis on Pewlett Hackard's employee database. During this project, I created entity-relationship diagrams (ERDs) using QuickDB, imported data into a database from CSV's, troubleshot common errors, and created queries that use data to answer questions asked by Pewlett Hackard…

Notifications You must be signed in to change notification settings

danielbrock4/SQL_Pewlett_Hackard-Analysis

Repository files navigation

Employee Database with PostgreSQL

Resources

Challenge Project Overview

Pewlett Hackard wants to conduct a research project on employees of the corporation from the 1980s and 1990s. All that remains in the database of employees from that period are six CSV files. They want me to create some tables to identify which employees are about to retire and which employees should shift into a mentorship program.

Using PostgreSQL techniques, I performed data modeling and completed analysis on Pewlett Hackard's employee database. First, I created an entity-relationship diagram (ERD) using QuickDB to design our database. Using PostgresSQL, I imported large CSV datasets into pgAdmin to create tables, queries and execute joins to use that data to answer questions asked by Pewlett Hackard's. Finally, we exported the results in CSVs for the client.

Challange Project Analysis

  1. retiring_titles: shows that 57,668 positions of all the retirement-eligible titles are senior positions which makes a majority of retiring positions.
  1. unique_titles: shows the most recent title for employees of retirement age.
  1. retirment_titles table: every eligible for retirement employee and how long they have worked at each position
  1. retirment_titles table: shows mentorship eligibility that holds the current employees born between January 1, 1965, and December 31, 1965.

Challange Project Summary

As 57,668 positions are Senior positions who are retiring, so it's apparent there will be a skilled laborer gap. The new mentorship eligibility table may hold the solution. The sooner we can induct the Senior positions into the mentorship program, we can pivot their skills sets to train the next generations of Senior positions. There are only 1098 Senior Positions eligible in the mentorship programs, so most of the new senior staff will have to be new hires. However, we must maintain our program is strictly a mentorship role instead of direct training. The mentors will need to be the point of contact that helps our new senior positions adapt to Pewlett Hackard processes.

About

Using PostgreSQL techniques, I performed data modeling and completed analysis on Pewlett Hackard's employee database. During this project, I created entity-relationship diagrams (ERDs) using QuickDB, imported data into a database from CSV's, troubleshot common errors, and created queries that use data to answer questions asked by Pewlett Hackard…

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published