SQL - Table Constraints
Which of the following SQL statements correctly adds a NOT NULL constraint to an existing column phone in table contacts?
Which of the following SQL statements correctly adds a NOT NULL constraint to an existing column phone in table contacts?
ALTER TABLE ... MODIFY column datatype NOT NULL. Others are invalid or incomplete.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions