1.

Which of the following joins preserves the tuples of the relation on the left side of the operator?(a) Left outer join(b) Natural join(c) Right outer join(d) None of the mentionedI have been asked this question in an interview.Enquiry is from Join and Other Operations in division Query Processing and Optimization of RDBMS

Answer»

Right CHOICE is (a) Left outer join

Explanation: Left outer join and FULL outer join both PRESERVE the TUPLES on the left side of the OPERATOR.



Discussion

No Comment Found

Related InterviewSolutions