All the tables in the DB, directly or indirectly are related to each other. If the DB has 100 tables and most of them will be related to each other (directly or inderectly) then shall we go for all the relation defenition mapping? Probably, we shoukd look into PK and FK constraint and then define the relationship even if there is optional relation (Zero or More).
Coming back to originak posting.
Quote:
Mandatory Many (Investors Table) : optional Many (MutualFunds Table)
So in these scenario, an investor may or may not havevMutualFund. So, can we have relationship here? Assuming PK and FK constaint exists.