March 1st, 2010
One-to-Many Relationships
Posted by
admin in
A. Relational Database Basics
In a one-to-many relationship, each row in Table A can have zero, one, or many matching entries in Table B. However, Table B has only one matching entry in Table A. A one-to-many relationship exists when the primary key of Table A matches a foreign key in Table B.
Comments Off
