asked 133k views
5 votes
Which type of attribute is required to facilitate a relationship between two tables in a normalized, relational database?

1 Answer

3 votes

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.

answered
User Damiani
by
8.5k points