SQL - Table Constraints
What happens if you try to insert a NULL value into a column defined with NOT NULL?
What happens if you try to insert a NULL value into a column defined with NOT NULL?
NOT NULL constraint purposeNOT NULL constraint prevents NULL values in a column.NOT NULL rejects NULL inserts [OK]15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions