Suppose relation R(A,B) currently has tuples {(1,2), (1,3), (3,4)} and relation S(B,C) currently has {(2,5), (4,6), (7,8)}. Then the number of tuples in the result of the SQL query: t;i>SELECT *FROM R NATURAL OUTER JOIN S; IS:

🎲 Try a Random Question  |  Total Questions in Quiz: 20  |  🧠 Study this quiz with Flashcards
This question is part of a full practice quiz:
Database Management Systems: Relational Database Design — practice the complete quiz, review flashcards, or try a random question.


Suppose relation R(A,B) currently has tuples {(1,2), (1,3), (3,4)} and relation S(B,C) currently has {(2,5), (4,6), (7,8)}. Then the number of tuples in the result of the SQL query: t;i><b>SELECT *FROM R <b>NATURAL <b>OUTER <b>JOIN S; </i><b>IS: