chanronnie / 8WeekSQLChallenge

Take upon the #8WeekSQLChallenge brought to us by @DataWithDanny to sharpen my SQL skills.

Home Page:https://8weeksqlchallenge.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

8 Week SQL Challenge

case

In my journey to switch careers into the field of Data, I am excited to undertake the #8WeekSQLChallenge, kindly created by Data with Danny in order to enhance my SQL skills. This repository will store all the solutions for the case studies included in this challenge.

Case Studies

Case Study Topic SQL Status
πŸ“„ #1 Danny's Diner Customer Analytics MySQL Completed βœ”οΈ
πŸ“„ #2 Pizza Runner Delivery Operations Analytics MySQL Completed βœ”οΈ
πŸ“„ #3 Foodie-Fi Subscription Analytics MySQL Completed βœ”οΈ
πŸ“„ #4 Data Bank Financial Data Storage and Usage Analytics PostgreSQL Completed βœ”οΈ
πŸ“„ #5 Data Mart Sales Performance Analytics PostgreSQL Completed βœ”οΈ
πŸ“„ #6 Clique Bait Digital Analytics PostgreSQL Completed βœ”οΈ
πŸ“„ #7 Balanced Tree Sales Performance Analytics PostgreSQL Completed βœ”οΈ
πŸ“„ #8 Fresh Segments Digital Marketing Analytics PostgreSQL Completed βœ”οΈ

Technologies

MySQL Postgres Jupyter Notebook

Installation

For writing MySQL queries in Jupyter Notebook, we will need to install the pymysql library

pip install pymysql

For writing PostgreSQL queries in Jupyter Notebook, we will need to install the psycopg2 library

pip install psycopg2

About

Take upon the #8WeekSQLChallenge brought to us by @DataWithDanny to sharpen my SQL skills.

https://8weeksqlchallenge.com

License:MIT License


Languages

Language:Jupyter Notebook 100.0%