Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 1.66 KB

README.md

File metadata and controls

6 lines (5 loc) · 1.66 KB

SQL_CASE_STUDY

ID

CASE-STUDY

DESCRIPTION

1 DANNY'S DINER

The SQL case-study danny's dinner consists of sales, members and menu as three datasets. The case-study is provided with ten questions. Some of the functions used to answer the danny's diner queries include SUM, AND, WHERE, GROUP BY, ORDER BY, JOIN, DISTINCT, COUNT, CASE, LIMIT and CTE.

2 BURGER BASH

The Burger-Bash case-study consists of four datasets such as runner_orders, burger_orders, burger_names and customer_orders. Several functions, including SELECT, WITH, GROUP BY, JOIN, DISTINCT, CTE, AS, CASE, SUM, and EXTRACT are used to answer the burger-bash queries.