InterviewSolution
Saved Bookmarks
| 1. |
How is the left outer join symbol represented in relational algebra?(a) ⟕(b) ⟖(c) ⟗(d) ⋈ |
|
Answer» The correct option is (a) ⟕ To elaborate: The symbol of the left outer join is similar to the symbol of the natural join but it has two dashes on the top and bottom left side. |
|