3,820 views
0 votes
0 votes

What is the min and max number of tables required to convert an ER diagram with 2 entities and 1 relationship between them with partial participation constraints of both entities ?

(A)

Min 1 and max 2

(B)

Min 1 and max 3

(C)

Min 2 and max 3

(D)

Min 2 and max 2

1 Answer

Best answer
1 votes
1 votes
ANSWER IS C.

AS minimum no. of tables is 2 when there is 1:1 and 1: N relationship.

AS WE DONT NEED NEW TABLE WHEN WE HAVE THESE DEPENDENCIES

while in the case of M:N we need one extra table as when attribute on relation itself we dont know which side to put that attribute so we make extra table for that
selected by

Related questions

2 votes
2 votes
1 answer
1
1 votes
1 votes
6 answers
2
Abbas2131 asked Jul 30, 2018
2,294 views
What are minimum number of tables required for the following given ER models such that they satisfy 1NF ?
0 votes
0 votes
1 answer
3
aoao asked Sep 26, 2018
2,461 views
The Answer is 3. But I think only 2 are required as R2 is many(E3) to one(E1) with total participation.Thus tables formed E2R1(DFA) with pk as DA. R2(GHABC) with pk as G....