A relationship, in the context of databases, is a situation that exists between two
relational database tables when one table has a
foreign key that references the
primary key of the
other table. Relationships allow
relational databases to split and store data in different tables, while linking disparate data items.
read more >>