Database-Management-System
August 29, 2024Database-Management-System
August 29, 2024Database-Management-System
|
Question 296
|
The tuples in relation R(A,B) are {(1,2),(1,3), (3,4)) and the tuples in relation S(B,C) are (2,5), (4,6), (7,8)}. The number of tuples in the result of the following SQL query are:
Select * from R Natural Outer Join S;
|
2
|
|
|
4
|
|
|
6
|
|
|
None of the above
|
Question 296 Explanation:


Correct Answer: B
Question 296 Explanation:


