Domain Integrity

Domain integrity refers to the range (domain) of valid entries for a given column. You can enforce domain integrity by restricting the type (through datatypes), the format (through CHECK constraints and rules), or the range of possible values (through FOREIGN KEY constraints, CHECK constraints, and rules).