Multiple choice technology architecture

If a key from a parent entity migrates into the primary key of the child entity, what type of relationship is formed?

  1. Identifying

  2. Normalizing

  3. Categorizing

  4. Non-identifying

  5. Emphasizing

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

When a parent entity's key becomes part of the child entity's primary key, it creates an identifying relationship. The child entity cannot exist without the parent because its identity depends on the parent's key. In contrast, a non-identifying relationship would have the foreign key as a non-key attribute.