376 views
2 votes
2 votes

Hi Can any one explain by Diagram. It will be more Easy to understand

Thanks,

Let R represents an one to many relationship between entities E1 and E2 and the set A, B attributes represent the key of R (A is key for E1 and B is key for E2) then which of the following statements is correct

  1.   The FD, A→B will only holds
  2.  The FD, B→A will only holds
  3.  (a) and (b) hold together
  4.   Neither (a) nor (b) holds

1 Answer

3 votes
3 votes
may be 2 is the answer. if the relation A has three values (1,2,3) and relation B has three values (1,2,3). since relationship is one to many , we can form relationship instances (1,1),(1,2),(2,3). now b attribute can identify attribute A.

Related questions

1 votes
1 votes
1 answer
1
aditi19 asked Jun 7, 2019
1,885 views
How to represent referential integrity constraint in ER model?pls explain with diagram
0 votes
0 votes
2 answers
2
kd..... asked Apr 26, 2019
814 views
Here if check_txn contains its own attributes then during converting into a relational model where does its attributes will be placed either in account side ( strong enti...