InterviewSolution
Saved Bookmarks
| 1. |
Which of the following operations are associative(a) Natural joins(b) Theta joins(c) Both the mentioned(d) None of the mentioned |
|
Answer» Right choice is (c) Both the mentioned Explanation: Both natural join operation and theta join operation are associative. The commutativity and associativity of the join operations are important for join reordering in query optimization. |
|