492 views
0 votes
0 votes
Which of the following relational operators is commutative?

1. Difference, Union
 
2. Full outer join and Left outer join
 
3. Full outer join and intersection
 
4. Right outer join and Union

1 Answer

0 votes
0 votes
option 3

Full outer join and intersection.

 

Because  A ∩ B and B ∩ A produce same output table.

Similarly in  the case of Full outer join also.

Related questions

1 votes
1 votes
0 answers
4
gulsanchouhan asked Sep 28, 2017
342 views
Which of the following can be described as a programming model used to develop applications processing massive amounts of data in a distributed and/or parallel manner?1. ...