RDBMS Fundamentals

NOT NULL Constraint

English

Overview

A constraint that disallows NULL in a specified column.

Details

A constraint that prohibits storing a NULL value in a specified column, used to guarantee that a required field always has data.

More Database terms