Multiple choice technology platforms and products

What are the different types of cardinalities possible in a relationship?

  1. One to One

  2. Many to All

  3. Many to many

  4. One to Many

  5. All to One

Reveal answer Fill a bubble to check yourself
A,C,D Correct answer
Explanation

In database design and entity-relationship modeling, the standard relationship cardinalities are One-to-One (1:1), One-to-Many (1:N), and Many-to-Many (M:N). Options like 'Many to All' and 'All to One' are not standard mathematical or database cardinality definitions and are incorrect.