Baselight

Mexico Toy Sales

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

@kaggle.mysarahmadbhat_toy_sales

Products
@kaggle.mysarahmadbhat_toy_sales.products

  • 5.06 KB
  • 35 rows
  • 5 columns
product_id

Product ID

product_name

Product Name

product_category

Product Category

product_cost

Product Cost

product_price

Product Price

1Action FigureToys$9.99 $15.99
2Animal FiguresToys$9.99 $12.99
3Barrel O' SlimeArt & Crafts$1.99 $3.99
4Chutes & LaddersGames$9.99 $12.99
5Classic DominoesGames$7.99 $9.99
6ColorbudsElectronics$6.99 $14.99
7Dart GunSports & Outdoors$11.99 $15.99
8Deck Of CardsGames$3.99 $6.99
9Dino EggToys$9.99 $10.99
10Dinosaur FiguresToys$10.99 $14.99

CREATE TABLE products (
  "product_id" BIGINT,
  "product_name" VARCHAR,
  "product_category" VARCHAR,
  "product_cost" VARCHAR,
  "product_price" VARCHAR
);

Share link

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