The join operator uses a condition that expresses which tuples from the first relation are combined (‘glued’) with which tuples from the second.
The example of this figure combines TitleDeed tuples with Parcel tuples, but only those for which the foreign key Plot matches with primary key PId.