A relationship that allows an address to be used by multiple people, and each person can have multiple addresses, can be resolved:
A relationship that allows an address to be used by multiple people, and each person can have multiple addresses, can be resolved:
C is correct. Tied to first NF page 149 DMBOK2
he scenario describes a many-to-many (M:N) relationship between Persons and Addresses, where: A Person can have multiple Addresses. An Address can be used by multiple Persons. To properly model this, we need an associative entity (junction table) to break the many-to-many relationship into two one-to-many (1:M) relationships