From dc4dfde9d9cf5ee267079b3767d840ea37a7d37c Mon Sep 17 00:00:00 2001 From: manvideore21 <137396100+manvideore21@users.noreply.github.com> Date: Mon, 3 Jul 2023 16:35:01 +0530 Subject: [PATCH 1/2] Update README.md --- Case Study #1 - Danny's Diner/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Case Study #1 - Danny's Diner/README.md b/Case Study #1 - Danny's Diner/README.md index a89985f..1caf500 100644 --- a/Case Study #1 - Danny's Diner/README.md +++ b/Case Study #1 - Danny's Diner/README.md @@ -156,8 +156,8 @@ LIMIT 1; #### Answer: | most_purchased | product_name | -| ----------- | ----------- | -| 8 | ramen | +| ----------- | ----------- | +| 8 | ramen | - Most purchased item on the menu is ramen which is 8 times. Yummy! From 5df6c8f48a84d837794f86f8e2b7ada4f9016999 Mon Sep 17 00:00:00 2001 From: manvideore21 <137396100+manvideore21@users.noreply.github.com> Date: Mon, 3 Jul 2023 16:35:43 +0530 Subject: [PATCH 2/2] Update README.md i just made a small change --- Case Study #1 - Danny's Diner/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Case Study #1 - Danny's Diner/README.md b/Case Study #1 - Danny's Diner/README.md index 1caf500..60763f1 100644 --- a/Case Study #1 - Danny's Diner/README.md +++ b/Case Study #1 - Danny's Diner/README.md @@ -118,7 +118,7 @@ GROUP BY customer_id, product_name; #### Answer: | customer_id | product_name | -| ----------- | ----------- | +| ----------- | ----------- | | A | curry | | A | sushi | | B | curry |