I have a bit of a problem, and frankly, I don’t think there is an answer, but I will try anyway.
So, I have two databases [A] → Company and [B] → Product. Both databases have a Country table, which is then mapped to other tables in each individual database. The problem is that the data between the two country tables is a complete duplicate. Thus, I, in fact, have to duplicate some relationships in each database, and maintenance on top of this is simply difficult ...
So, I'm curious if there is a way to create a relationship between databases between tables, so I can only have one set of Country + Helper tables that manage both databases?
Thanks in advance!
source
share