An open API service indexing awesome lists of open source software.

https://github.com/joyceannie/sql-data-with-danny-case-studies

Case study solutions for #8WeekSQLChallenge at https://8weeksqlchallenge.com
https://github.com/joyceannie/sql-data-with-danny-case-studies

8-week-sql-challenge 8weeksqlchallenge case-study data-analysis data-analytics postgresql sql

Last synced: 3 months ago
JSON representation

Case study solutions for #8WeekSQLChallenge at https://8weeksqlchallenge.com

Awesome Lists containing this project

README

        

# πŸ” 8 Week SQL Challenge

This repository contains the solution for the 8 case studies in **[#8WeekSQLChallenge](https://8weeksqlchallenge.com)**!

Thanks @DataWithDanny for the excellent SQL case studies! πŸ‘‹πŸ»

## πŸ“š Table of Contents
- [Case Study #1: Danny's Diner](#case-study-1-dannys-diner)

***

## Case Study #1: Danny's Diner
Image

View the case study [here](https://8weeksqlchallenge.com/case-study-1/) and my **solution** [here](https://github.com/joyceannie/SQL-Data-with-Danny-Case-Studies/tree/main/CASE%20STUDY1:%20Danny's%20Diner).

### Business Task
Danny wants to use the data to answer a few simple questions about his customers, especially about their visiting patterns, how much money they’ve spent and also which menu items are their favourite.

### Entity Relationship Diagram

![image](https://user-images.githubusercontent.com/81607668/127271130-dca9aedd-4ca9-4ed8-b6ec-1e1920dca4a8.png)

***