DEVFYI - Developer Resource - FYI

How many Integrity Rules are there and what are they

ORACLE Interview Questions and Answers (Part 4)


(Continued from previous question...)

600. How many Integrity Rules are there and what are they

There are Three Integrity Rules. They are as follows ::
a) Entity Integrity Rule :: The Entity Integrity Rule enforces that the Primary key cannot be Null
b) Foreign Key Integrity Rule :: The FKIR denotes that the relationship between the foreign key and the primary key has to be enforced.When there is data in Child Tables the Master tables cannot be deleted.
c) Business Integrity Rules :: The Third Intigrity rule is about the complex business processes which cannot be implemented by the above 2 rules.

(Continued on next question...)

Other Interview Questions