Restaurant Menu Items
Analyze Different Restaurants Menu Items
@kaggle.pranalibose_restaurant
Analyze Different Restaurants Menu Items
@kaggle.pranalibose_restaurant
CREATE TABLE menu_items (
"restaurant" VARCHAR,
"section" VARCHAR,
"item" VARCHAR,
"description" VARCHAR,
"price" VARCHAR
);
Anyone who has the link will be able to view this.