Hi,
My scenario is I have a table with columnxs A, B, C and D. A is the PK and B and C are both foreign keys.
I intend to add an exta column to this table E, the side effect of this within the application is it will cause a row to be inserted after which there will be duplicate values within columns B and C.
Does this break any referenntial rules? I am assuming so since if any joins are done to this table on these foreign keys then they will no longer return a unique row.
Thanks,