InterviewSolution
Saved Bookmarks
| 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 |
|