Fish Touching🐟🎣

Relational Algebra

Jun 28, 2023

Based on Set Theory

# Selection

# Projection

# Union

# Intersection

# Difference

# Product

# Join

Get tuples from both $r$ and $s$ and put on restriction $\theta$ on them.
$r \bowtie_{\theta} s = \sigma_{\theta} (r \times s)$