G
Guest
I have a table Physicians with Last Name, First Name, ID (key field), Position
Then the Review table has physician_reviewedID field which could be anyone from the Physician table (1 to many) but it also has physician_reviewerID which could be anyone(1 to many). This means 2 joins from the Physician Key Field to fields in the Review table.
When I created the joins, it made another duplicate physicians table (Physicians_1) and this table is not available for queries.
Any thoughts on creating this relationship better?
Thanks.
Then the Review table has physician_reviewedID field which could be anyone from the Physician table (1 to many) but it also has physician_reviewerID which could be anyone(1 to many). This means 2 joins from the Physician Key Field to fields in the Review table.
When I created the joins, it made another duplicate physicians table (Physicians_1) and this table is not available for queries.
Any thoughts on creating this relationship better?
Thanks.