Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tseyongg/8-week-sql-challenge
My solutions to the #8WeekSqlChallenge on SQL Server
https://github.com/tseyongg/8-week-sql-challenge
8-week-sql-challenge 8weeksqlchallenge case-study danny-ma data-analytics data-science microsoft-sql-server mssql mssqlserver sql sqlserver
Last synced: about 1 month ago
JSON representation
My solutions to the #8WeekSqlChallenge on SQL Server
- Host: GitHub
- URL: https://github.com/tseyongg/8-week-sql-challenge
- Owner: tseyongg
- Created: 2023-06-11T08:21:33.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-07-03T07:51:08.000Z (over 1 year ago)
- Last Synced: 2024-11-17T19:48:50.984Z (about 1 month ago)
- Topics: 8-week-sql-challenge, 8weeksqlchallenge, case-study, danny-ma, data-analytics, data-science, microsoft-sql-server, mssql, mssqlserver, sql, sqlserver
- Language: TSQL
- Homepage: https://8weeksqlchallenge.com
- Size: 95.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# :key: 8-Week-SQL-Challenge
Here, I showcase my personal solutions to the 8 case studies from the **[#8WeekSQLChallenge](https://8weeksqlchallenge.com)**.
Credit to [Data With Danny](https://www.linkedin.com/company/datawithdanny/) for the conception of the case studies!
Each project folder contains the following items:
- A readme file explaining the business problem and datasets used
- A solutions folder comprising of a collection of MD files with SQL queries, solution tables, and relevant explanations
- A SQL file to create the schema, tables and loading data
- A full aggregated SQL script containing all the queriesNote:
- Solutions are coded in **VSCode**, **Microsoft SSMS**
## :memo: Table of Contents
Please find the solution links for the case studies below. Simply click on the links to access each solution.
- 🍜[Project #1: Danny's Diner](https://github.com/tseyongg/Tse_Yong_SQL_Projects/tree/main/Project%20%231%20-%20Danny's%20Diner)
- 🍕[Project #2: Pizza Runner](https://github.com/tseyongg/Tse_Yong_SQL_Projects/tree/main/Project%20%232%20-%20Pizza%20Runner)