What is theta join??

Showing Answers 1 - 1 of 1 Answers

Theta Joins  Theta joins are joins that use any of the comparison operators:

  • Greater than, denoted by >
  • Greater than or equal to, denoted by >=
  • Less than, denoted by <
  • Less than or equal to, denoted by <=
  • Equal to, denoted by =
  • Not equal to, denoted by != or <>

Joins that are not equijoins are often described informally as a "less-than join," or "greater-than join," and so forth.

Thanks n Regards,

Ritesh

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions