What is an integrity constraint?Integrity constraints define a business rule for a column of the table. They are defined with a table and are stored as part of a table’s definition.
Types of integrity constraints supported by oracle are: NOT NULL integrity constraint Unique Key integrity constraint Primary Key integrity constraint Foreign key integrity constraint Check integrity constraint
|