Understanding Database Table Relationships:
Database table relationships are structured connections established between tables in a relational database system. The core element facilitating these relationships is the use of common fields.
Role of Key Fields:
Primary Key: A field that uniquely identifies each record in a table.
Foreign Key: A field in one table that refers to the primary key in another table. This creates the link between the two tables.
The correct terminology for the common fields are hence Key fields.