What Does The Natural Join Operation Do #3
What does the natural join operation do?
This multiple choice question (MCQ) is related to the book/course gs gs114 Relational Database Management System. It can also be found in gs gs114 Introduction to Relational Model and SQL - Basic Operations - Quiz No.1.
What does the natural join operation do?
It considers only those pairs of tuples that have the same value on those attributes that appear in the schemas of both relations
It considers only those pairs of tuples that have the same value on at least one of the attributes that appear in the schemas of both the relations
It considers only those pairs of tuples that do not have the same value on those attributes that appear in the schemas of both relations
None of the mentioned