Hello there
I need to create a link between two tables via a primary key. This issue is the relationship between the tables (see below for example)
Primary Table Secondary table
1 to 0 or 1 or many match
OR OR
many 1
(i.e. the primary table can have 0, 1 or many matchings records within secondary table OR the secondary table could hold 1 record and primary table hold many records)
I have tried a left outer join and = link but still get duplicated entries.
Appreciate assistance
Thanks
I need to create a link between two tables via a primary key. This issue is the relationship between the tables (see below for example)
Primary Table Secondary table
1 to 0 or 1 or many match
OR OR
many 1
(i.e. the primary table can have 0, 1 or many matchings records within secondary table OR the secondary table could hold 1 record and primary table hold many records)
I have tried a left outer join and = link but still get duplicated entries.
Appreciate assistance
Thanks