Table-Level Integrity

  Previous section   Next section

This type of integrity ensures the following:

  • There are no duplicate records in a table.

  • The primary key exclusively identifies each record in a table.

  • Every primary key value is unique.

  • Primary key values are not null.


Top

Part II: The Design Process