A
Ann T
Is it possible to have a null primary key field when establishing a
many-to-many relationship? I am designing a directory and currently have:
Adults table - includes info such as cell phone, email address
Children table - includes name and birthday
Family (junction) table - AdultID and ChildrenID as primary keys; includes
address and family photo
The problem is, I believe this design doesn't accommodate adults who don't
have children. Must a many-to-many relationship always have primary key field
populated in the junction table? If so, is there any way around this problem?
Thanks in advance for your help.
many-to-many relationship? I am designing a directory and currently have:
Adults table - includes info such as cell phone, email address
Children table - includes name and birthday
Family (junction) table - AdultID and ChildrenID as primary keys; includes
address and family photo
The problem is, I believe this design doesn't accommodate adults who don't
have children. Must a many-to-many relationship always have primary key field
populated in the junction table? If so, is there any way around this problem?
Thanks in advance for your help.