Skip to content

keenet1/sql-challenge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

sql-challenge

Data Engineering at Pewlett Hackard (a fictional company)
Contributors: Thomas Keene

Project Overview:

This project involved designing tables to hold data from CSV files, importing the CSV files into a SQL database, and then answering questions about the data. Essentially, performing data modeling, data engineering, and data analysis, respectively.

Data Modeling:

To model the data, I first inspected the CSV files, and then sketched an Entity Relationship Diagram of the tables. To create the sketch, I used a free tool called QuickDBD.

Data Engineering:

To perform the data engineering, I used the provided information (from the learning module along with the CSV files) to create a table schema for each of the six provided CSV files. Creating the schema involved specifying the data type(s) and creating the primary and foreign keys for each table. After creating the tables, I then imported the data from the CSV files into their respective table(s).

Data Analysis:

To perform the data analysis, a series of queries was executed on the database to collect the desired information from each of the tables.

Conclusions:

This exercise allowed me to gain a further understanding of SQL, specifically, how it can be used to engineer and analyze data.

Resources:

For coding work

Some coding I looked at for inspiration:

Acknowledgements

I wish to thank my teaching staff:

  • Hunter Hollis
  • Sam Espe
  • Randy Sendek

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published