Value Domain Values are the values that are allowed by computer applications to enter within the database. If a value is presented during an insert or update but is not within the permitted set then that update is rejected. The DBMS which manages the allowed valid value set is the last line of defense for database integrity. The valid values are managed by:
|