Network, Computer and Programming Resources
Oracle - Constraint
A rule applied to a Table or a Column that restricts the data allowed in any row in the Table. For example, a Primary Key Constraint defines the Primary Key for a Table. All rows must have unique values in the Columns included in the Primary Key Constraint.