1.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
2.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
3.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
4.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