Baselight

Pizza Place Sales

A year's worth of sales from a fictitious pizza place.

@kaggle.mysarahmadbhat_pizza_place_sales

Order Details
@kaggle.mysarahmadbhat_pizza_place_sales.order_details

  • 500.54 KB
  • 48620 rows
  • 4 columns
order_details_id

Order Details Id

order_id

Order Id

pizza_id

Pizza Id

quantity

Quantity

11hawaiian_m1
22classic_dlx_m1
32five_cheese_l1
42ital_supr_l1
52mexicana_m1
62thai_ckn_l1
73ital_supr_m1
83prsc_argla_l1
94ital_supr_m1
105ital_supr_m1

CREATE TABLE order_details (
  "order_details_id" BIGINT,
  "order_id" BIGINT,
  "pizza_id" VARCHAR,
  "quantity" BIGINT
);

Share link

Anyone who has the link will be able to view this.