Which type of relationship is represented by a foreign key in a database?

  • Many-to-Many
  • Many-to-One
  • One-to-Many
  • One-to-One
A foreign key in a database represents a One-to-Many relationship. It signifies that the values in one column (or set of columns) correspond to values in another table's primary key column.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *