SQL - Table Constraints
Which of the following statements correctly defines a column email that cannot be NULL?
Which of the following statements correctly defines a column email that cannot be NULL?
NOT NULL after the data type.email VARCHAR(100) NOT NULL uses NOT NULL correctly; others allow NULL or use invalid keywords.NOT NULL [OK]15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions