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 join |
|
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. |
|