In SQL, the NOT NULL constraint can be written as a table level constraint.
In SQL, the NOT NULL constraint can be written as a table level constraint. Correct Answer False
In SQL, the NOT NULL constraint can not be written as a table level constraint. It is always written as a column level constraint because it is not necessary to fill each information. If all the data needs to be not null, then we can place the constraint after each column name.
মোঃ আরিফুল ইসলাম
Feb 20, 2025