InterviewSolution
Saved Bookmarks
| 1. |
What does the natural join operation do?(a) It considers only those pairs of tuples that have the same value on those attributes that appear in the schemas of both relations(b) 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(c) 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(d) None of the mentionedThis question was posed to me in an online quiz.This intriguing question originated from Basic Operations topic in chapter Introduction to Relational Model and Sql of RDBMS |
|
Answer» Right option is (a) It CONSIDERS only those pairs of tuples that have the same value on those attributes that appear in the schemas of both RELATIONS |
|