I have 3 parent tables in sql2005 named as A, B, C.
And the child table is D.
D is referenced with these 3 parent tables.
When I insert data into table D, foreign key reference error occured.
The data for insert operation not found in the parent tables.
How can I avoid these error and insert value into child table D.