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