3
Reply

What is NOT NULL Constraint?

Ankur Jain

Ankur Jain

11y
1.6k
0
Reply

    which will not accept null values.

    u can't leave field as null

    A NOT NULL constraint enforces that the column will not accept null values. The not null constraints are used to enforce domain integrity, as the check constraints.