Deals Of The Week - hours only!Up to 80% off on all courses and bundles.-Close
Deleting data
3. Delete data - exercise

Instruction

Good, good. Okay. we'll restore the previous menu for a moment so you can do one more exercise for a bit of practice.

Exercise

Many customers complain that Chicken Nuggets (id 5) are too simple and that they don't fit the sophisticated menu. We haven't got a new idea yet, but for the time being, delete the dish from the menu.

Stuck? Here's a hint!

Type:

DELETE FROM dish
WHERE id = 5;