T
Tom Bock
I need some feedback w/ table designs:
This is the structure:
1. tblFacility
2. tblAccount
3. tblBills
Each facility has 1 or more accounts.
Each account has 1 or more bills.
What is the best way to create the relationships? I believe I need to
create a junction table.
If yes, will the junction table have all FKs to their PKs?
Or should I create 2 junction tables.... #1 between Facility & Account, and
#2 between Account and Bills?
Any advice is appreciated.
Thanks,
Tom
This is the structure:
1. tblFacility
2. tblAccount
3. tblBills
Each facility has 1 or more accounts.
Each account has 1 or more bills.
What is the best way to create the relationships? I believe I need to
create a junction table.
If yes, will the junction table have all FKs to their PKs?
Or should I create 2 junction tables.... #1 between Facility & Account, and
#2 between Account and Bills?
Any advice is appreciated.
Thanks,
Tom