I am designing a database for a kindergarten. I have a question as a newbie.
I'm to record ParentA and ParentB and Child information. I make 3 tables for them respectively. The question is what kind of relationship should I assign to them?
I noticed most of the family are single family. So I assigned ParentA one-to-Many Relationship to Child table. I assigned ParentA as a One-to-One Relationship to ParentB.
But what if the family are not single-family (Parent A and Parent B live in the same household), would that mean Child has Many-to-Many Relationship with ParentA and Parent B?
A note that a family might have more than 1 child enrolled at school.
Thank's a bunch again everybody.
I'm to record ParentA and ParentB and Child information. I make 3 tables for them respectively. The question is what kind of relationship should I assign to them?
I noticed most of the family are single family. So I assigned ParentA one-to-Many Relationship to Child table. I assigned ParentA as a One-to-One Relationship to ParentB.
But what if the family are not single-family (Parent A and Parent B live in the same household), would that mean Child has Many-to-Many Relationship with ParentA and Parent B?
A note that a family might have more than 1 child enrolled at school.
Thank's a bunch again everybody.
