Defining Integrity Constraints on a Table

From InterBase
Jump to: navigation, search

Go Up to Creating Tables (Data Definition Guide)


InterBase allows you to optionally apply certain constraints to a column, called integrity constraints, which are the rules that govern column-to-table and table-to-table relationships, and validate data entries. They span all transactions that access the database and are automatically maintained by the system. Integrity constraints can be applied to an entire table or to an individual column.

Topics