Hi Guys,
i noticed that my problem results from one to many relationship with nullableFK.
In my model Each topology can have different Association with different tables.
So Topology 1 will have Version, ServerSizeInfo and Supported Systems but Topology 6 will have only NWLanguage.
So within t_Clients there can be nullable fields FK.
To avoid them i can create a lot of one to many relationships from Topologies :
Topology-->Intersection Table --> Enitity specific for topology,
example:
but i am not sure it is a good approach.
What do you think about nullabe fields? This is a good approach or not?
Better to use intersection tables to avoid nulls?
Your opinion is very important to me.
Best Wishes,
Jacek