retagged by
1,008 views
4 votes
4 votes
IF A RELATION HAS ______________ CARDINALITY, THEN NO MINIMIZATION CAN TAKE PLACE.

a) 1:n

b)m:m

c)n:1

d) none
retagged by

3 Answers

4 votes
4 votes
IF A RELATION HAS m:n CARDINALITY than we are not abke to combine the table .

(B) option ans.
1 votes
1 votes

I guess answer should be none. 

Because we can combine any CARDINALITY relations in worst case it will contain REDUNDANT data only. It is not advisible to store M*N reltion on 1 table but it doesnt mean we cant store in 1 table.

Hence, answer is D but here we have redundant data.

Kunal and Vijaycs feel free to correct me :)

0 votes
0 votes
For 1:m, m:1 and 1:1 we can perform merging for minimization of tables but it’s not possible for m:n relationship, instead we need to make one table in which we add primary keys of neighbouring entities. So, no minimization possible for m:n relationship. Hence, option B is correct answer.

Related questions

0 votes
0 votes
0 answers
1
Ashutosh_17 asked Apr 13, 2023
433 views
Consider the following relation (capitalized letters are attributes and lower letters are values).X:From the given FDs find the dependencies that seems to apply on X and ...
1 votes
1 votes
1 answer
3
aditi19 asked Jun 7, 2019
1,894 views
How to represent referential integrity constraint in ER model?pls explain with diagram
1 votes
1 votes
0 answers
4
bts1jimin asked Aug 30, 2018
1,333 views