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 monthly_member_totals (
"member_id" BIGINT,
"first_name" VARCHAR,
"surname" VARCHAR,
"sex" VARCHAR,
"email" VARCHAR,
"city" VARCHAR,
"year" BIGINT,
"month" BIGINT,
"order_count" BIGINT,
"meals_count" BIGINT,
"monthly_budget" DOUBLE,
"total_expense" DOUBLE,
"balance" DOUBLE,
"commission" DOUBLE
);
Anyone who has the link will be able to view this.