Skip to content

Engineer and analyze data of employees and stores. Join together and aggregate data.

Notifications You must be signed in to change notification settings

Lizbetheli/sql-challenge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

sql-challenge

Data Modeling

Created an ERD table from 6 CSVs ERD table

Data Engineering

Used ERD table to create sql tables and join on primary keys. ERD table

Data Analysis

From this database the following was retrieved:

  1. List the following details of each employee: employee number, last name, first name, sex, and salary.

  2. List first name, last name, and hire date for employees who were hired in 1986.

  3. List the manager of each department with the following information: department number, department name, the manager's employee number, last name, first name.

  4. List the department of each employee with the following information: employee number, last name, first name, and department name.

  5. List first name, last name, and sex for employees whose first name is "Hercules" and last names begin with "B."

  6. List all employees in the Sales department, including their employee number, last name, first name, and department name.

  7. List all employees in the Sales and Development departments, including their employee number, last name, first name, and department name.

  8. In descending order, list the frequency count of employee last names, i.e., how many employees share each last name.

About

Engineer and analyze data of employees and stores. Join together and aggregate data.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published