Baselight

Restaurants & Members & Orders Dataset

Restaurant members and order details

@kaggle.vainero_restaurants_customers_orders_dataset

Cities
@kaggle.vainero_restaurants_customers_orders_dataset.cities

  • 2.09 KB
  • 5 rows
  • 2 columns
id

Id

city

City

1Tel Aviv
2Ramat Gan
3Ramat Hasharon
4Herzelia
5Givatayim

CREATE TABLE cities (
  "id" BIGINT,
  "city" VARCHAR
);

Share link

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