Deals Of The Week - hours only!Up to 80% off on all courses and bundles.-Close
Introduction
Inserting data
7. Insert data – exercise
Modifying data
Deleting data
CRUD

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 (which must be an integer) 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);