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.