Baselight

Mexico Toy Sales

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

@kaggle.mysarahmadbhat_toy_sales

Stores
@kaggle.mysarahmadbhat_toy_sales.stores

  • 5.85 KB
  • 50 rows
  • 5 columns
store_id

Store ID

store_name

Store Name

store_city

Store City

store_location

Store Location

store_open_date

Store Open Date

1Maven Toys Guadalajara 1GuadalajaraResidentialFri Sep 18 1992 00:00:00 GMT+0000 (Coordinated Universal Time)
2Maven Toys Monterrey 1MonterreyResidentialThu Apr 27 1995 00:00:00 GMT+0000 (Coordinated Universal Time)
3Maven Toys Guadalajara 2GuadalajaraCommercialMon Dec 27 1999 00:00:00 GMT+0000 (Coordinated Universal Time)
4Maven Toys Saltillo 1SaltilloDowntownSat Jan 01 2000 00:00:00 GMT+0000 (Coordinated Universal Time)
5Maven Toys La Paz 1La PazDowntownThu May 31 2001 00:00:00 GMT+0000 (Coordinated Universal Time)
6Maven Toys Mexicali 1MexicaliCommercialSat Dec 13 2003 00:00:00 GMT+0000 (Coordinated Universal Time)
7Maven Toys Monterrey 2MonterreyDowntownThu Dec 25 2003 00:00:00 GMT+0000 (Coordinated Universal Time)
8Maven Toys Pachuca 1PachucaDowntownThu Oct 14 2004 00:00:00 GMT+0000 (Coordinated Universal Time)
9Maven Toys Ciudad de Mexico 1Cuidad de MexicoDowntownFri Oct 15 2004 00:00:00 GMT+0000 (Coordinated Universal Time)
10Maven Toys Campeche 1CampecheDowntownFri Jan 14 2005 00:00:00 GMT+0000 (Coordinated Universal Time)

CREATE TABLE stores (
  "store_id" BIGINT,
  "store_name" VARCHAR,
  "store_city" VARCHAR,
  "store_location" VARCHAR,
  "store_open_date" TIMESTAMP
);

Share link

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