Deals Of The Week - hours only!Up to 80% off on all courses and bundles.-Close
Introduction
CHECK constraints with a simple condition
3. CHECK – adding new values
CHECK constraints with complex conditions
Adding CHECK constraints to existing tables
Summary

Instruction

Okay. First of all, let's check whether we can still insert correct values into our table.

Exercise

Add a new game to the video_game table. The name is 'Grand Theft Auto V', genre is 'Criminal', studio is 'Rockstar', multiplayer is TRUE, hours are 500 and price is 89.99.