Deals Of The Week - hours only!Up to 80% off on all courses and bundles.-Close
Inserting data
5. Insert data - exercise

Instruction

Okay, before we move on, let's do a quick exercise to practice adding data to tables.

Exercise

Add your favorite dish to the menu! It can be anything you like. Just be reasonable with the price and set the id to 13.

Stuck? Here's a hint!

If you're an apple pie lover, you could for example type:

INSERT INTO dish 
VALUES (13, 'dessert', 'Apple Pie', 17);