0% found this document useful (0 votes)
12 views10 pages

CREATE TABLE starbuck1

The document contains SQL commands to create and populate multiple tables for various food and beverage items, including Starbucks, Nero, Ibaco, Amul Ice Cream, KFC, Pizza Hut, Saravana Bhavan, and Arya Bhavan. Each table includes a serial number, item name, and price in INR. Additionally, it defines two new tables for non-vegetarian and vegetarian hotel names.

Uploaded by

saimirnal7
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
12 views10 pages

CREATE TABLE starbuck1

The document contains SQL commands to create and populate multiple tables for various food and beverage items, including Starbucks, Nero, Ibaco, Amul Ice Cream, KFC, Pizza Hut, Saravana Bhavan, and Arya Bhavan. Each table includes a serial number, item name, and price in INR. Additionally, it defines two new tables for non-vegetarian and vegetarian hotel names.

Uploaded by

saimirnal7
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 10

CREATE TABLE starbucks (

sno VARCHAR(10), -- Serial number stored as a string

coffee_name VARCHAR(100), -- Name of the coffee variety

price_inr DECIMAL(6, 2) -- Price of the coffee in INR, with 2 decimal places

);

INSERT INTO starbucks (sno, coffee_name, price_inr)

VALUES

('001', 'Espresso', 200.00),

('002', 'Americano', 220.00),

('003', 'Cappuccino', 250.00),

('004', 'Latte', 270.00),

('005', 'Mocha', 300.00),

('006', 'Iced Americano', 240.00),

('007', 'Iced Latte', 290.00),

('008', 'Cold Brew', 280.00),

('009', 'Frappuccino', 320.00),

('010', 'Caramel Macchiato', 350.00);

CREATE TABLE nero (

sno VARCHAR(10), -- Serial number stored as a string

coffee_name VARCHAR(100), -- Name of the coffee variety

price_inr DECIMAL(6, 2) -- Price of the coffee in INR, with 2 decimal places

);

INSERT INTO nero (sno, coffee_name, price_inr)

VALUES

('001', 'Espresso', 180.00),

('002', 'Americano', 200.00),

('003', 'Cappuccino', 230.00),

('004', 'Latte', 250.00),

('005', 'Flat White', 260.00),

('006', 'Mocha', 270.00),

('007', 'Iced Americano', 220.00),


('008', 'Iced Latte', 260.00),

('009', 'Hot Chocolate', 240.00),

('010', 'Chai Latte', 280.00);

CREATE TABLE ibaco (

sno VARCHAR(10), -- Serial number stored as a string

ice_cream_name VARCHAR(100), -- Name of the ice cream flavor

price_inr DECIMAL(6, 2) -- Price of the ice cream in INR, with 2 decimal places

);

INSERT INTO ibaco (sno, ice_cream_name, price_inr)

VALUES

('001', 'Vanilla', 120.00),

('002', 'Chocolate', 130.00),

('003', 'Strawberry', 125.00),

('004', 'Butterscotch', 140.00),

('005', 'Mint Chocolate Chip', 150.00),

('006', 'Coffee', 135.00),

('007', 'Pistachio', 160.00),

('008', 'Mango', 145.00),

('009', 'Butter Pecan', 155.00),

('010', 'Cookies and Cream', 170.00);

INSERT INTO ibaco (sno, ice_cream_name, price_inr)

VALUES

('011', 'Almond', 160.00),

('012', 'Caramel', 145.00),

('013', 'Blueberry', 155.00),

('014', 'Tiramisu', 170.00),

('015', 'Raspberry Ripple', 150.00),

('016', 'Mango Sorbet', 165.00),

('017', 'Lemon', 140.00),

('018', 'Coconut', 160.00),


('019', 'Peach', 155.00),

('020', 'Blackberry', 170.00),

('021', 'Green Tea', 175.00),

('022', 'Red Velvet', 180.00),

('023', 'Chocolate Chip', 165.00),

('024', 'Salted Caramel', 175.00),

('025', 'Toffee', 160.00),

('026', 'Nutella Swirl', 180.00),

('027', 'Gingerbread', 170.00),

('028', 'Matcha', 185.00),

('029', 'Pumpkin Spice', 175.00),

('030', 'White Chocolate Raspberry', 185.00);

INSERT INTO starbucks (sno, coffee_name, price_inr)

VALUES

('011', 'Flat White', 260.00),

('012', 'Macchiato', 240.00),

('013', 'Affogato', 270.00),

('014', 'Caffè Mocha', 320.00),

('015', 'Caramel Latte', 290.00),

('016', 'Vanilla Latte', 280.00),

('017', 'White Chocolate Mocha', 330.00),

('018', 'Nitro Cold Brew', 310.00),

('019', 'Nitro Cold Brew with Sweet Cream', 330.00),

('020', 'Iced Caramel Macchiato', 310.00),

('021', 'Blonde Espresso', 250.00),

('022', 'Espresso Con Panna', 220.00),

('023', 'Caffè Verona', 260.00),

('024', 'Caffè Americano Misto', 230.00),

('025', 'Pumpkin Spice Latte', 340.00),

('026', 'Holiday Blend', 280.00),


('027', 'Dark Roast', 240.00),

('028', 'Medium Roast', 230.00),

('029', 'Light Roast', 220.00),

('030', 'Starbucks Reserve Brew', 350.00);

INSERT INTO nero (sno, coffee_name, price_inr)

VALUES

('011', 'Macchiato', 210.00),

('012', 'Affogato', 230.00),

('013', 'Caffè Mocha', 250.00),

('014', 'Caramel Latte', 240.00),

('015', 'Vanilla Latte', 245.00),

('016', 'Caffè Americano', 200.00),

('017', 'Espresso Macchiato', 220.00),

('018', 'Caffè Misto', 220.00),

('019', 'Caffè Verona', 230.00),

('020', 'Mocha Mint', 260.00);

CREATE TABLE amul_ice_cream (

sno VARCHAR(10), -- Serial number stored as a string

ice_cream_name VARCHAR(100), -- Name of the ice cream flavor

price_inr DECIMAL(6, 2) -- Price of the ice cream in INR, with 2 decimal places

);

INSERT INTO amul_ice_cream (sno, ice_cream_name, price_inr)

VALUES

('001', 'Vanilla', 120.00),

('002', 'Chocolate', 130.00),

('003', 'Strawberry', 125.00),

('004', 'Butter Scotch', 140.00),


('005', 'Mint Chocolate Chip', 150.00),

('006', 'Coffee', 135.00),

('007', 'Pistachio', 160.00),

('008', 'Mango', 145.00),

('009', 'Butterscotch Crunch', 155.00),

('010', 'Cookies and Cream', 170.00),

('011', 'Almond', 160.00),

('012', 'Caramel', 145.00),

('013', 'Blueberry', 155.00),

('014', 'Tiramisu', 170.00),

('015', 'Raspberry Ripple', 150.00),

('016', 'Mango Sorbet', 165.00),

('017', 'Lemon', 140.00),

('018', 'Coconut', 160.00),

('019', 'Peach', 155.00),

('020', 'Blackberry', 170.00);

CREATE TABLE kfc (

sno VARCHAR(10), -- Serial number stored as a string

food_item_name VARCHAR(100), -- Name of the food item

price_inr DECIMAL(6, 2) -- Price of the food item in INR, with 2 decimal places

);

INSERT INTO kfc (sno, food_item_name, price_inr)

VALUES

('001', 'Original Recipe Chicken Bucket', 799.00),

('002', 'Hot Wings', 299.00),

('003', 'Chicken Sandwich', 149.00),

('004', 'Chicken Popcorn', 199.00),

('005', 'Zinger Burger', 179.00),

('006', 'Grilled Chicken', 349.00),


('007', 'Chicken Nuggets', 229.00),

('008', 'Chicken Strips', 259.00),

('009', 'Chicken Wrap', 169.00),

('010', 'Chicken Tenders', 239.00),

('011', 'French Fries', 99.00),

('012', 'Onion Rings', 119.00),

('013', 'Mashed Potatoes', 129.00),

('014', 'Coleslaw', 119.00),

('015', 'Biscuit', 49.00),

('016', 'Corn on the Cob', 89.00),

('017', 'Creamy Macaroni', 139.00),

('018', 'Garden Salad', 129.00),

('019', 'Popcorn Chicken Box', 249.00),

('020', 'Double Down', 219.00),

('021', 'Cheeseburger', 159.00),

('022', 'Fish Fillet Burger', 179.00),

('023', 'Veg Wrap', 149.00),

('024', 'Spicy Chicken Sandwich', 159.00),

('025', 'Barbecue Chicken', 349.00);

CREATE TABLE pizza_hut (

sno VARCHAR(10), -- Serial number stored as a string

food_item_name VARCHAR(100), -- Name of the food item

price_inr DECIMAL(6, 2) -- Price of the food item in INR, with 2 decimal places

);

INSERT INTO pizza_hut (sno, food_item_name, price_inr)

VALUES

('001', 'Margherita Pizza', 299.00),

('002', 'Pepperoni Pizza', 349.00),

('003', 'BBQ Chicken Pizza', 369.00),


('004', 'Veg Supreme Pizza', 359.00),

('005', 'Chicken Sausage Pizza', 379.00),

('006', 'Chicken Tikka Pizza', 389.00),

('007', 'Hawaiian Pizza', 369.00),

('008', 'Beef Pepperoni Pizza', 399.00),

('009', 'Cheese Burst Pizza', 359.00),

('010', 'Pasta Alfredo', 299.00),

('011', 'Chicken Wings', 249.00),

('012', 'Garlic Bread', 149.00),

('013', 'Stuffed Crust Pizza', 399.00),

('014', 'Veggie Lover\'s Pizza', 359.00),

('015', 'Paneer Tikka Pizza', 379.00),

('016', 'Bacon Pizza', 399.00),

('017', 'Meat Feast Pizza', 409.00),

('018', 'Chicken Parmesan', 329.00),

('019', 'Classic Caesar Salad', 229.00),

('020', 'Chicken Caesar Salad', 269.00),

('021', 'Mozzarella Sticks', 199.00),

('022', 'Buffalo Chicken Wings', 259.00),

('023', 'Pepperoni Rolls', 229.00),

('024', 'Vegetable Lasagna', 339.00),

('025', 'Cheesy Garlic Bread', 179.00);

CREATE TABLE saravana_bhavan (

sno VARCHAR(10), -- Serial number stored as a string

food_item_name VARCHAR(100), -- Name of the food item

price_inr DECIMAL(6, 2) -- Price of the food item in INR, with 2 decimal places

);

INSERT INTO saravana_bhavan (sno, food_item_name, price_inr)


VALUES

('001', 'Masala Dosa', 150.00),

('002', 'Plain Dosa', 130.00),

('003', 'Rava Idli', 140.00),

('004', 'Medu Vada', 120.00),

('005', 'Sambar Vada', 140.00),

('006', 'Upma', 110.00),

('007', 'Pongal', 130.00),

('008', 'Rawa Masala Dosa', 160.00),

('009', 'Onion Dosa', 150.00),

('010', 'Ghee Roast', 170.00),

('011', 'Pesarattu', 160.00),

('012', 'Idli Vada Combo', 150.00),

('013', 'Chennai Special Thali', 250.00),

('014', 'North Indian Thali', 280.00),

('015', 'Vegetable Biryani', 180.00),

('016', 'Curd Rice', 120.00),

('017', 'Kara Pori', 100.00),

('018', 'Mango Rice', 150.00),

('019', 'Tomato Rice', 140.00),

('020', 'Puliyodarai Rice', 140.00),

('021', 'Vegetable Uthappam', 160.00),

('022', 'Onion Uthappam', 150.00),

('023', 'Kootu Curry', 130.00),

('024', 'Poriyal', 120.00),

('025', 'Coconut Chutney', 50.00);

CREATE TABLE arya_bhavan (

sno VARCHAR(10), -- Serial number stored as a string

food_item_name VARCHAR(100), -- Name of the food item


price_inr DECIMAL(6, 2) -- Price of the food item in INR, with 2 decimal places

);

INSERT INTO arya_bhavan (sno, food_item_name, price_inr)

VALUES

('001', 'Masala Dosa', 140.00),

('002', 'Plain Dosa', 120.00),

('003', 'Rava Idli', 130.00),

('004', 'Medu Vada', 110.00),

('005', 'Sambar Vada', 130.00),

('006', 'Upma', 100.00),

('007', 'Pongal', 120.00),

('008', 'Rawa Masala Dosa', 150.00),

('009', 'Onion Dosa', 140.00),

('010', 'Ghee Roast', 160.00),

('011', 'Pesarattu', 150.00),

('012', 'Idli Vada Combo', 140.00),

('013', 'Arya Bhavan Thali', 220.00),

('014', 'Special Thali', 250.00),

('015', 'Vegetable Biryani', 170.00),

('016', 'Curd Rice', 110.00),

('017', 'Kara Pori', 90.00),

('018', 'Mango Rice', 140.00),

('019', 'Tomato Rice', 130.00),

('020', 'Puliyodarai Rice', 130.00),

('021', 'Vegetable Uthappam',80.00),

('022', 'Onion Uthappam', 80.00),

('023', 'Kootu Curry', 100.00),

('024', 'Poriyal', 100.00),

('025', 'Coconut Chutney', 15.00);


create table non_veg(sno varchar(5) primary key,hotel_name varchar(20));

create table veg(sno varchar(5) primary key,hotel_name varchar(20));

You might also like

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy