Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gino-freud-hobayan/8weeksql_challenge
SQL Case Studies solved using Microsoft SQL Server and PostreSQL
https://github.com/gino-freud-hobayan/8weeksql_challenge
aggregate-functions case-statement common-table-expressions microsoft-sql-server sql window-functions
Last synced: about 1 month ago
JSON representation
SQL Case Studies solved using Microsoft SQL Server and PostreSQL
- Host: GitHub
- URL: https://github.com/gino-freud-hobayan/8weeksql_challenge
- Owner: Gino-Freud-Hobayan
- Created: 2023-05-19T15:01:45.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-23T08:34:41.000Z (10 months ago)
- Last Synced: 2024-09-30T08:02:00.588Z (about 2 months ago)
- Topics: aggregate-functions, case-statement, common-table-expressions, microsoft-sql-server, sql, window-functions
- Homepage: https://gino-freud-hobayan.github.io/
- Size: 1.23 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## 8 Week SQL Challenge - https://8weeksqlchallenge.com/
SQL Case studies done by Gino Hobayan
Getting better at SQL, one line of code at a time.
This SQL Challenge is an excellent way to apply all the theoretical SQL knowledge I learned from DataCamp's SQL Fundamentals and the Google Data Analytics Certificate.
I used the following:
- **Microsoft SQL Server** for Case Study #1 - Danny's Diner and #2 - Pizza Runner
- **PostgreSQL (Using DB fiddle)** for Case Study #7 - Balanced Tree Clothing Co.
# **1.) Danny's Diner**
### **PDF 👉 https://drive.google.com/file/d/1jLHWro41mbfpemUymKv97JmIPyvwgbmz/view?usp=sharing**
**This case study really helped me deepen my understanding of Aggregate functions, Window functions, CASE statements, CTEs, and more.**
# **2.) Pizza Runner**
### **Link to my Solution 👉 https://github.com/Gino-Freud-Hobayan/8WeekSQL_Challenge/tree/main/2.)%20Pizza%20Runner**
Got to practice more Data cleaning and SQL queries.
Currently a work in progress.
# **7.) Balanced Tree Clothing Co.**
### **Link to my Solution 👉 https://github.com/Gino-Freud-Hobayan/8WeekSQL_Challenge/tree/main/7.)%20Balanced%20Tree%20Clothing%20Store**
**Just tried this case study since it looked interesting.**