Question
Easy

Consider a weak entity set in DBMS. Cardinality ratio 'strong entity set: weak entity set' in their binary identifying relationship is :

1
One to one
2
One to many
3
Many to one
4
Many to many
Question Details
Time to Solve: 12
Exam: HTET
Level/Paper: Level 3
Chapter: Database Management System (DBMS) & SQL
Topic: Database Concepts
Correct Answer
Option B
Explanation

The correct option is (2): The cardinality ratio for the binary identifying relationship between a strong entity set (owner) and a weak entity set (dependent) must always be One-to-Many (1:N), specifically from the strong entity to the weak entity. This relationship is fundamental to the definition of a weak entity, which is an entity that cannot be uniquely identified by its own attributes alone and is existence-dependent on the strong…Read More