Baselight

Retail Sales Data

Retail data from Turkish sector

@kaggle.berkayalan_retail_sales_data

Store Cities
@kaggle.berkayalan_retail_sales_data.store_cities

  • 4.55 KB
  • 144 rows
  • 4 columns
store_id

Store Id

storetype_id

Storetype Id

store_size

Store Size

city_id

City Id

S0091ST0419C013
S0012ST0428C005
S0045ST0417C008
S0032ST0314C019
S0027ST0424C022
S0088ST0420C009
S0095ST0244C014
S0055ST0424C014
S0099ST0314C014
S0078ST0419C036

CREATE TABLE store_cities (
  "store_id" VARCHAR,
  "storetype_id" VARCHAR,
  "store_size" BIGINT,
  "city_id" VARCHAR
);

Share link

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