I am now not sure if I am approaching this issue in the correct way.
I have 3 tables, Swaps, Loans and Agreements
To model the relationships, each table has a many to many relationship with the next (have no problems setting up the intermediary tables) but is not required, so no referential integrity can be enforced.
What I’ve ended up with is a circular chain of the three tables, each with an intermediary table in between, without referential integrity.
To me, this sounds rather odd and not something I’m happy with. Can anyone advise on any problems that might arise from this and suggest a solution?
I’ve attached the relationship to help clarify my ramblings. Please revert if you have any questions.
Thanks and regards,
M
I have 3 tables, Swaps, Loans and Agreements
To model the relationships, each table has a many to many relationship with the next (have no problems setting up the intermediary tables) but is not required, so no referential integrity can be enforced.
What I’ve ended up with is a circular chain of the three tables, each with an intermediary table in between, without referential integrity.
To me, this sounds rather odd and not something I’m happy with. Can anyone advise on any problems that might arise from this and suggest a solution?
I’ve attached the relationship to help clarify my ramblings. Please revert if you have any questions.
Thanks and regards,
M