can a "parent" table be linked to two "child" tables by the same primary key? I have a customers table, which I have tried to link to two seperate purchases tables- both of which hold a different category of product. The CustomerID in the Customers table is the primary key, linked to the customerID in both product tables- where it is the foreign key. But when I try to run queries using all three tables the results always come up empty.
Why is that?
Why is that?