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 products (
"product_id" BIGINT,
"product_name" VARCHAR,
"product_category" VARCHAR,
"product_cost" VARCHAR,
"product_price" VARCHAR
);
Anyone who has the link will be able to view this.