Deals Of The Week - hours only!Up to 80% off on all courses and bundles.-Close
Primary keys – the basics
Single-column primary keys
Multi-column primary keys
NOT NULL
20. NULLable columns – default behavior
Review

Instruction

Good! The table has been created. Now, you may be curious about what happens when we do not provide the NOT NULL constraint. Let's find out.

Exercise

Run the template code without the NOT NULL constraints. In the next exercise, we'll try to add a few rows.