- Database tables can be linked together through relationships that connect common fields, called primary keys, between tables. This allows data to be stored separately but managed and retrieved collectively.
- A relationship links data between individual tables and increases the usefulness of a database. A primary key uniquely identifies each record in a table and is used to link tables together through relationships.
- Junction tables are used to join primary keys from multiple tables and allow those tables to share information through a many-to-many relationship.