May 2020
Beginner
564 pages
14h 9m
English
To ensure that data values follow defined rules for formatting, range, and value using check and default constraints, you use domain integrity.
The check constraint is used to ensure that all values in a column are within a range of values. This type of key can be applied to any data type and is used to ensure that values aren't invalid. A check constraint is enforced with user-defined conditions and evaluates as either true or false. You can define a check constraint on a single column or a combination of columns in a table.
Read now
Unlock full access