Looking at a database app.
Say for example you have a table called person.
So person as attributes of
FirstName
LastName
DOB
Gender
MaritalStatus
Disabilities
for example
Im thinking that Disabilities should be another table as in one person can have many disabilities and a disability can be linke to many people so some join table will be needed.
However, gender, im assuming this is a one to many relationship from my understanding one person can have one gender but gender can be assigned to many people. But is it worth breaking it down to this level?
Thanks
Say for example you have a table called person.
So person as attributes of
FirstName
LastName
DOB
Gender
MaritalStatus
Disabilities
for example
Im thinking that Disabilities should be another table as in one person can have many disabilities and a disability can be linke to many people so some join table will be needed.
However, gender, im assuming this is a one to many relationship from my understanding one person can have one gender but gender can be assigned to many people. But is it worth breaking it down to this level?
Thanks