2,310 views
1 1 vote

My answer is not matching with any of the option.so what is the correct answer 

1 Answer

Best answer
2 2 votes

min=0 will occur when there is some common attribute, but that common attribute does not contain any value which is common in both tables.

for the maximum let all the values of C in R is same means 120 values are same so from R to S there will 120 tuples matches(for any single tuple of S as in R all values of C are same)

min =0 , max =120

Position:
Show:

Related questions

0 0 votes
0 0 answers
1.0k
1.0k views
Na462 asked Jul 14, 2018
1,038 views
Consider two relations R(A, B, C) and S(B, D) with R contains 5000 tuples stored in a sequential file sorted on attribute A and S contain 100000 tuples stored in a sequen...
2 2 votes
1 answers 1 answer
2.2k
2.2k views
iarnav asked Nov 27, 2017
2,171 views
Please kindly explain Natural Join by taking your own handmade example in layman terms. Thank you!
0 0 votes
0 0 answers
991
991 views
GateAspirant999 asked May 12, 2018
991 views
Q.1. Does theta join operator requires following union compatibility requirements?:Same number of columnsDomain of corresponding columns should be sameI feel no, since I ...
2 2 votes
1 answers 1 answer
1.4k
1.4k views
rahul sharma 5 asked Jan 5, 2017
1,351 views
Say I have two tables and they have some attributes in common, assume x is common, now will x will appear once in the output or twice for following cases? Natural joinCro...