edited by
713 views
0 votes
0 votes

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..

edited by

1 Answer

Related questions

0 votes
0 votes
0 answers
1
aditi19 asked May 8, 2019
780 views
how to write the query for natural join on three relations in SQL using the NATURAL JOIN clause?
1 votes
1 votes
0 answers
2