Which one is the guideline of Referential integrity in a relationship ?
Do not enter a value in the foreign key field of a child table if that value does not exist in the primary key of the parent table
Explanation: None
Do not enter a value in the primary key field of chield table if that value does not exist inthe primary key of the parent table
Do not enter a value in the foreign key field of a parent table if that value doesnot exist in the primary key of the child table
Do not enter a value in the foreign key field of child table if that value does not exist inthe foreign key of the parent table