642 views
0 votes
0 votes

Q.1. Does theta join operator requires following union compatibility requirements?:

  1. Same number of columns
  2. Domain of corresponding columns should be same

I feel no, since I came across following fact:

$\sigma_\theta( R_1\times R_2)=R_1⋈_\theta R_2$

But I need confirmation.

Q.2. Since theta join can be represented in terms of cartesian product and selection as shown above, does it mean columns of resultant relation will contain ALL columns from both $R_1$ and $R_2$?

Please log in or register to answer this question.

Related questions

1 votes
1 votes
1 answer
2
learner_geek asked Jan 24, 2018
1,318 views
My answer is not matching with any of the option.so what is the correct answer
2 votes
2 votes
1 answer
3
iarnav asked Nov 27, 2017
1,385 views
Please kindly explain Natural Join by taking your own handmade example in layman terms. Thank you!
1 votes
1 votes
1 answer
4
raginibhayana asked Feb 15, 2022
780 views
why don't we use the projection operator in conditional join?