You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Danny has shared with you 3 key datasets for this case study:
6
8
-`sales`;
7
9
-`menu`;
8
10
-`members`.
9
11
10
-
## Table 1: `sales`
12
+
###Table 1: `sales`
11
13
12
14
The `sales` table captures all `customer_id` level purchases with an corresponding `order_date` and `product_id` information for when and what menu items were ordered.
13
15
@@ -29,7 +31,7 @@ The `sales` table captures all `customer_id` level purchases with an correspondi
29
31
| C | 2021-01-01 | 3 |
30
32
| C | 2021-01-07 | 3 |
31
33
32
-
## Table 2: `menu`
34
+
###Table 2: `menu`
33
35
34
36
The `menu` table maps the `product_id` to the actual `product_name` and price of each menu item.
35
37
@@ -39,7 +41,7 @@ The `menu` table maps the `product_id` to the actual `product_name` and price of
39
41
| 2 | curry | 15 |
40
42
| 3 | ramen | 12 |
41
43
42
-
## Table 3: `members`
44
+
###Table 3: `members`
43
45
44
46
The final members table captures the `join_date` when a `customer_id` joined the beta version of the Danny’s Diner loyalty program.
0 commit comments