Deals Of The Week - hours only!Up to 80% off on all courses and bundles.-Close
Introduction
Inserting data
Modifying data
Deleting data
CRUD
15. Exercise 1—Create

Instruction

Okay, let's review the basic operations we've learned in this part. You have three simple exercises to do. Let's give them 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 and a price of 28.

Stuck? Here's a hint!

Syntax reminder:

INSERT INTO ...
VALUES (...);