101k views
0 votes
A foreign key is usually found on which side of a relationship?a) oneb) manyc) unnormalizedd) primary entity

User Radmila
by
6.9k points

1 Answer

3 votes

Answer:

b) many

Step-by-step explanation:

Foreign key is a column in the database which creates the relation of that table with another table in the database. It provides for the cross reference in the table as it is directly linked to primary key.

Many times it is not just a single column but there are multiple or many foreign key columns. Accordingly, then it creates many relationships among various tables in the database through primary key.

User Ivan Fork
by
6.7k points