Saved Bookmarks
| 1. |
What Is Not Null Constraint? |
|
Answer» 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. 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. |
|