edited by
27,976 views
44 votes
44 votes

In an Entity-Relationship (ER) model, suppose $R$ is a many-to-one relationship from entity set E1 to entity set E2. Assume that E1 and E2 participate totally in $R$ and that the cardinality of E1 is greater than the cardinality of E2.

Which one of the following is true about $R$?

  1. Every entity in E1 is associated with exactly one entity in E2
  2. Some entity in E1 is associated with more than one entity in E2
  3. Every entity in E2 is associated with exactly one entity in E1
  4. Every entity in E2 is associated with at most one entity in E1
edited by

5 Answers

4 votes
4 votes

Given that :-

(1) R is a many-to-one relationship from entity set E1 to entity set E2.

(2) Assume that E1 and E2 participate totally in R

(3) The cardinality of E1 is greater than the cardinality of E2.

-----------------------------------------------------------------------------------------------------

(B)  Some entity in E1 is associated with more than one entity in E2

         therefore many instances of E2 should be mapped with one instance of E1. So, R is one to Many

         Relationship But given that R is Many to One Relationship ===> Option (B) False

(C)  Every entity in E2 is associated with exactly one entity in E1

          according to (3), there are some instances of E1 should not mapped with any instance of E2

           So E1 should be partially participated in R. But given that E1 is participated totally in R ==>

          Option (C) False

(D)  Every entity in E2 is associated with at most one entity in E1

        therefore some of the E2 instances not mapped with E1. So E2 is partially participated But given that E2 is participated totally in R ===> Option (D) False

Answer:

Related questions

32 votes
32 votes
6 answers
4