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