1.

A join of the form r ⨝r.A=s.B s is called as(a) Equi join(b) Left outer join(c) Right outer join(d) Full outer joinI had been asked this question in quiz.Asked question is from Join and Other Operations topic in chapter Query Processing and Optimization of RDBMS

Answer»

Right CHOICE is (a) Equi join

Explanation: A join of the form r ⨝r.A=s.B s is CALLED as equi-join where A and B are SETS of attributes of r and s respectively.



Discussion

No Comment Found

Related InterviewSolutions