Deals Of The Week - hours only!Up to 80% off on all courses and bundles.-Close
Introduction
Inserting data
Modifying data
Deleting data
CRUD
17. Exercise 3 – Delete

Instruction

Nice! Now, we need to make one final change in the menu. Give it a try.

Exercise

Oysters Bienville (ID 1) aren't really popular. Let's remove them from the menu.

Stuck? Here's a hint!

Type:

DELETE FROM dish 
WHERE id = 1;