Baselight

Mexico Toy Sales

Sales & inventory data for a fictitious chain of toy stores in Mexico.

@kaggle.mysarahmadbhat_toy_sales

Inventory
@kaggle.mysarahmadbhat_toy_sales.inventory

  • 5.32 KB
  • 1593 rows
  • 3 columns
store_id

Store ID

product_id

Product ID

stock_on_hand

Stock On Hand

1127
12
1332
146
15
1679
175
1863
1912
11022

CREATE TABLE inventory (
  "store_id" BIGINT,
  "product_id" BIGINT,
  "stock_on_hand" BIGINT
);

Share link

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