Multiple choice technology

What does a relationship with a cardinality of 1...n to 1...n indicate?

  1. Optional cardinality

  2. Many-to-many relationship

  3. Determinants need to be specified

  4. A filter is required to focus the record set

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

A cardinality of 1...n to 1...n represents a many-to-many relationship where each record in one table can relate to multiple records in the other table, and vice versa. In database modeling, this typically requires a bridging table or junction table to properly implement the relationship. The 'n' notation indicates multiple possible matches on both sides.