Suppose Relation Rab Currently Has Tuples 12 13 34 And Relation #549
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:</p> <pre><code class="language-sql"><i>Select * From R Natural Outer Join S; </i>is:</code></pre>
This multiple choice question (MCQ) is related to the book/course gs gs117 Database Management System. It can also be found in gs gs117 Normalization in Database Management System - Functional-Dependency Theory - Quiz No.1.
Similar question(s) are as followings:
Online Quizzes of gs117 Database Management System
Indexing and Hashing - Bitmap Indices - Quiz No.1
gs gs117 Database Management System
Online Quizzes