1.

The_____ operation allows the combining of two relations by merging pairs of tuples, one from each relation, into a single tuple.(a) Select(b) Join(c) Union(d) IntersectionThe question was asked during a job interview.My question is from Relational Query Operations and Relational Operators topic in portion The Relational Model of Database Management

Answer»

The correct ANSWER is (B) Join

Explanation: Join finds the COMMON tuple in the relations and combines it.



Discussion

No Comment Found

Related InterviewSolutions