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

asked
User Radmila
by
8.1k 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.

answered
User Ivan Fork
by
8.0k points
Welcome to Qamnty — a place to ask, share, and grow together. Join our community and get real answers from real people.