1.

The _______ operator takes the results of two queries and returns only rows that appear in both result sets.(a) Union(b) Intersect(c) Difference(d) ProjectionThis question was addressed to me during an interview.My enquiry is from Relational Query Operations and Relational Operators topic in division The Relational Model of Database Management

Answer»

Right OPTION is (B) Intersect

The BEST I can explain: The union operator GIVES the result which is the union of two QUERIES and difference is the one where query which is not a part of second query.



Discussion

No Comment Found

Related InterviewSolutions