Ø
«
»
0 : 1.3.10. Join types (condition)
1.3.10. Join types (condition)
Theta: A
i
q
B
j
(A from R, B from S)
q
is comparison operator
=,<,>,!=,>=
A
i
and B
j
share the same domain
Equi: A
i
= B
j
Theta join where
q
is =
Natural: A
i
and B
j
are the same attribute
in two separate relations (name and domain)
* denotes natural join
e.g. EMPNAMES * DEPENDENTS