C
Charles W. Stricklin
My database classes were nearly a decade ago and I was never very good
with normalization to begin with. I could use some help with this:
I am writing a db to keep track of automated teller machines: what
version of software they use, what hardware they use, the last time they
were serviced, where they're located, etc.
We deal with multiple banks and credit unions. Most of these financial
institutions have several locations. Each of these locations have at
least one ATM, sometimes several for the larger/busier branches.
As I understand things, the ATM records will have many-to-one
relationship with the locations record , and the locations records with
also have a many-to-one relationship with the financial institution
record. Am I incorrect?
with normalization to begin with. I could use some help with this:
I am writing a db to keep track of automated teller machines: what
version of software they use, what hardware they use, the last time they
were serviced, where they're located, etc.
We deal with multiple banks and credit unions. Most of these financial
institutions have several locations. Each of these locations have at
least one ATM, sometimes several for the larger/busier branches.
As I understand things, the ATM records will have many-to-one
relationship with the locations record , and the locations records with
also have a many-to-one relationship with the financial institution
record. Am I incorrect?