Hi Guys,
i have relationships like here:
and now table t_serverdetailedinfo has a lot repeating numbers:
I am wondering how to break down table t_serverdetailedinfo to subsets.
I think that i can create many to many relationship table between juntion and t_serverdetailedinfo.
Within this table i could put for example Cores_ID_FK, MemSizeBytesMulti_ID_FK.
Or how to solve this ?
Best,
Jacek