InterviewSolution
Saved Bookmarks
| 1. |
Which of the following operations is associative(a) Set union(b) Set intersection(c) Set difference(d) Theta join |
|
Answer» Correct option is (d) Theta join Explanation: The theta join operation is associative within a certain set of conditions whereas the rest of the operations are non-associative in each and every condition. |
|