K
Keith McCarron
I have several many-to-many junction tables. I'll name three:
PeopletoCountries, PeopletoTopics, PeopletoInfotypes.
My ultimate goal is to show the mapping between people, countries, topics,
and infotypes, e.g.. for a given person, what topics, countries, and
infotypes are implicated; for a given country, what people, topics, and
infotypes are implicated? And so on ...
My question: Are my pairwise junction tables sufficient or will my ultimate
query(ies) require some master junction table of my junction tables?
Thanks in advance for any help rendered
PeopletoCountries, PeopletoTopics, PeopletoInfotypes.
My ultimate goal is to show the mapping between people, countries, topics,
and infotypes, e.g.. for a given person, what topics, countries, and
infotypes are implicated; for a given country, what people, topics, and
infotypes are implicated? And so on ...
My question: Are my pairwise junction tables sufficient or will my ultimate
query(ies) require some master junction table of my junction tables?
Thanks in advance for any help rendered