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 members (
"id" BIGINT,
"first_name" VARCHAR,
"surname" VARCHAR,
"sex" VARCHAR,
"email" VARCHAR,
"city_id" BIGINT,
"monthly_budget" DOUBLE
);
Anyone who has the link will be able to view this.