Git Product home page Git Product logo

sql-challenge's Introduction

SQL Challenge Project - Employee database analysis

Background: It’s been two weeks since I was hired as a new data engineer at this fictional company My first major task is to do a research project about people whom the company employed during the 1980s and 1990s. All that remains of the employee database from that period are six CSV files. I designed the tables to hold the data from the CSV files, imported the CSV files into the SQL database, and conducted analysis on the data.


Data Modeling

After inspection and shallow analysis of the csv files, I sketched an entity relationship diagram.

employees_ERD


Data Engineering

Exported the ERD to create a table schema for all CSV files.

  • Specified the data types, primary keys, foreign keys, and other constraints
  • Creates in correct order to handle foreign keys
  • Import each CSV file into its corresponding SQL table

Data Analysis

  • Ran multiple queries to better understand the dataset and gain specific insights about each employee, their department, management, and more
  • Created a view to simplify the queries

sql-challenge's People

Contributors

emilyneaville avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.