Suppose we have 2 tables R1(ABCD), R2(DE) . R1 has 500 entries whereas R2 has 1500 entries. Here D is a candidate key. If we join them using natural join. How many entires would be there in the resultant table and why ?
Examples would be appreciated..
@Shamim Ahmed 500 tuple will be in the final answer
@adarsh_1997
Edited :)