Deals Of The Week - hours only!Up to 80% off on all courses and bundles.-Close
CRUD
2. Exercise 1 - create

Instruction

Okay, let's revise the basic operations we've learnt in this course. You have three simple exercises to do. Let's give it a try.

Exercise

The restaurant owners have already started to build up their new Creole menu. Let's help them by adding a new main course Rice and Gravy with the id 4, priced at 28.

Stuck? Here's a hint!

Type:

INSERT INTO dish 
VALUES (4, 'main course', 'Rice and Gravy', 28);