Answer:
Foreign Key attribute
Step-by-step explanation:
To facilitate a relationship between two tables in a normalized, relational database, a Foreign Key attribute is required.
In a relational database, a Foreign Key is an attribute or set of attributes in one table that refers to the Primary Key of another table. It establishes a link or relationship between the two tables based on the values of the Foreign Key and the corresponding Primary Key.