I have what seemed to be a simple database with three tables i.e. Customers, Fabric and Tests.
Each customer has more than one fabric, and each fabric has more than one test carried out on it.
I have set it up with customers having fabric as a sub table (the customer FK in the fabric table), and fabric having tests as its sub table (the fabric FK is in the tests table.)
There are two one to many joins between Customer and Fabric, and Fabric and Tests.
When I try to make a query incorporating all the tables the data doesn't seem to represent what data is in the individual tables.
Can any one please help.
Each customer has more than one fabric, and each fabric has more than one test carried out on it.
I have set it up with customers having fabric as a sub table (the customer FK in the fabric table), and fabric having tests as its sub table (the fabric FK is in the tests table.)
There are two one to many joins between Customer and Fabric, and Fabric and Tests.
When I try to make a query incorporating all the tables the data doesn't seem to represent what data is in the individual tables.
Can any one please help.