Multiple choice

In a one-to-one relationship, you typically use a third table as an association or join table.

  1. True

  2. False

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

A third table (junction or association table) is typically used to resolve many-to-many relationships. In a one-to-one relationship, the connection is usually made by placing a foreign key directly in one of the two related tables.