Deals Of The Week - hours only!Up to 80% off on all courses and bundles.-Close
Introduction
Modifying table structure
Adding NOT NULL constraints
9. Adding NOT NULL columns – part 1
Summary

Instruction

Fabulous work. You may now be wondering: can I add a new column with the NOT NULL constraint to a table if it already has some rows? Well, let's find out!

Exercise

Try to run the template code. Do you think it will succeed?