D
Debra Farnham
WinXP and Office 2003
Hi all
I am at a crossroads with a database I have just begun designing. The
database will deal with children (students), their disabilities, their
medication, transporation, etc.
I have one main table entitled tblStudent which, among other fields
descriptive of the student, contains a unique field StudentID (a nine digit
number that will never change throughout the child's education),
Each child will have one or more disability
Each child will be on at least one medication
Each child will have contact information (it may be one parent, both parents
or a legal guardian)
Each child's educational records must be kept (and each child will always
have at least one record of some sort).
Each child will be be involved with one or more outside agency
Each child will be assigned to one or more therapists
Each child will have one or more educational assistants
At the very least, I can see seven different one to many relationships
between each child and the various details that must be stored.
So my question is: (As my subject reads) How many one to many relationships
are too many? or am I way off in trying to create a relationship between the
student ID in the Student table and all the other entities? I realize, of
couse, that I will require some junction tables to deal with the many to
many issues.
As always TIA for any assistance!
Debra
Hi all
I am at a crossroads with a database I have just begun designing. The
database will deal with children (students), their disabilities, their
medication, transporation, etc.
I have one main table entitled tblStudent which, among other fields
descriptive of the student, contains a unique field StudentID (a nine digit
number that will never change throughout the child's education),
Each child will have one or more disability
Each child will be on at least one medication
Each child will have contact information (it may be one parent, both parents
or a legal guardian)
Each child's educational records must be kept (and each child will always
have at least one record of some sort).
Each child will be be involved with one or more outside agency
Each child will be assigned to one or more therapists
Each child will have one or more educational assistants
At the very least, I can see seven different one to many relationships
between each child and the various details that must be stored.
So my question is: (As my subject reads) How many one to many relationships
are too many? or am I way off in trying to create a relationship between the
student ID in the Student table and all the other entities? I realize, of
couse, that I will require some junction tables to deal with the many to
many issues.
As always TIA for any assistance!
Debra