MaxBrowning / sql-challenge

Generate workable queries for old employee data spread across six CSV files by joining and filtering the information to only show the requested information.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sql-challenge

This project explores SQL data modeling and analysis using employee data initially stored in six CSV files.

To run this project, complete the following steps:

  1. Open and run schema.sql
  2. Import data from Data folder into each table (the CSV files have the same name as the corresponding tables)
  3. View the necessary slices of information by running the functions in query.sql

Images of Final Product:

Data Model:

Sample Queries

About

Generate workable queries for old employee data spread across six CSV files by joining and filtering the information to only show the requested information.


Languages

Language:Jupyter Notebook 100.0%