Join (relational algebra)
In relational algebra, a join is a binary operation, written as R ⋈ S {\displaystyle R\bowtie S} where R {\displaystyle R} and S {\displaystyle S} represent relations, that combines their data where they have a common attribute. == Natural join == Natural join (⨝) is a binary operator that is written as (R ⨝ S) where R and S are relations.
Source: Wikipedia — Join (relational algebra) (CC BY-SA 4.0)