Mexico Toy Sales
Sales & inventory data for a fictitious chain of toy stores in Mexico.
@kaggle.mysarahmadbhat_toy_sales
Sales & inventory data for a fictitious chain of toy stores in Mexico.
@kaggle.mysarahmadbhat_toy_sales
CREATE TABLE sales (
"sale_id" BIGINT,
"date" TIMESTAMP,
"store_id" BIGINT,
"product_id" BIGINT,
"units" BIGINT
);
Anyone who has the link will be able to view this.