This repository hosts the solutions to the 3rd challenge (Week 3) of the 8 Weeks SQL Challenge by DannyMa. Click here to view the full challenge
Subscription based businesses are super popular and Danny realised that there was a large gap in the market - he wanted to create a new streaming service that only had food related content - something like Netflix but with only cooking shows!
Danny finds a few smart friends to launch his new startup Foodie-Fi in 2020 and started selling monthly and annual subscriptions, giving their customers unlimited on-demand access to exclusive food videos from around the world!
Danny created Foodie-Fi with a data driven mindset and wanted to ensure all future investment decisions and new features were decided using data.
This case study focuses on using Foodie-Fi data; a subscription style digital data to answer important business questions that could help the startup have an insight of critical business metrics relating to the customer journey, payment transactions, and overall business performance.
All datasets exist in database schema.
plan_id | plan_name | price |
---|---|---|
0 | trial | 0 |
1 | basic monthly | 9.90 |
2 | pro monthly | 19.90 |
3 | pro annual | 199 |
4 | churn | null |
Note: this is only customer sample
customer_id | plan_id | start_date |
---|---|---|
1 | 0 | 2020-08-01 |
1 | 1 | 2020-08-08 |
2 | 0 | 2020-09-20 |
2 | 3 | 2020-09-27 |
11 | 0 | 2020-11-19 |
11 | 4 | 2020-11-26 |
13 | 0 | 2020-12-15 |
13 | 1 | 2020-12-22 |
13 | 2 | 2021-03-29 |
15 | 0 | 2020-03-17 |
15 | 2 | 2020-03-24 |
15 | 4 | 2020-04-29 |
16 | 0 | 2020-05-31 |
16 | 1 | 2020-06-07 |
16 | 3 | 2020-10-21 |
18 | 0 | 2020-07-06 |
18 | 2 | 2020-07-13 |
19 | 0 | 2020-06-22 |
19 | 2 | 2020-06-29 |
19 | 3 | 2020-08-29 |
- Part A - Customer Journey
- Part B - Data Analysis Questions
- Part C - Challenge Payment Questions
- Part D - Outside the Box Questions