1 | Each table in a relational database is made unique by designating a 'primary key' - a column or set of columns that have unique values. A table can have only one primary key. A 'foreign key' is a column in one table that references the primary key of another table. |
2 |
There are 3 types of relationships amongst two tables:
|