Restaurants & Members & Orders Dataset
Restaurant members and order details
@kaggle.vainero_restaurants_customers_orders_dataset
Restaurant members and order details
@kaggle.vainero_restaurants_customers_orders_dataset
CREATE TABLE restaurants (
"id" BIGINT,
"restaurant_name" VARCHAR,
"restaurant_type_id" BIGINT,
"income_persentage" DOUBLE,
"city_id" BIGINT
);
Anyone who has the link will be able to view this.