Multiple choice technology databases

NOT NULL constraint can be added using MODIFY clause of ALTER TABLE statement

  1. True

  2. False

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

A NOT NULL constraint dictates that a column cannot store null values. Because it is directly tied to the column's definition, it must be added or removed using the MODIFY clause of the ALTER TABLE statement rather than the ADD clause, making the statement true.