Hi Guys,
my whole model and RI are looking like this:
I have all data within separate tables and now i want to populate junction table to fullfull requirements.
I know that for example: Client 1 should have all topologies (so Topology1, Topology2....Topology6).
Version1 should have only Client 2 and also all topologies.
So Client2 : all topologies : and for each topologies can have differente versions.
Which ways do you know to populate junction table with all these numbers with foreign keys?
Sitting and manually writing sequances like 1,2,5,8,2,1 for all foreign keys it will be not easy...
Best,
Luke