Skip to main content

Join

  • Living reference work entry
  • First Online:
Encyclopedia of Database Systems
  • 57 Accesses

Definition

The join is a binary operator of the relational algebra that combines tuples of different relations based on a relationship between values of their attributes. The primitive version of the join operator is called natural join. Given two relation instances R 1, over set of attributes U 1, and R 2 over set of attributes U 2, the natural join R 1 ⋈ R 2 returns a new relation, over set of attributes U 1 ∪ U 2, consisting of tuples {t |t(U 1) ∈ R 1 and t(U 2) ∈ R 2}. Here t(U) denotes the restriction of the tuple t to attributes in the set U.

A derivable version of the join operator is obtained by composing the natural join with the selection operator σ: the theta join R 1 ⋈ θ R 2 is defined as σ θ (R 1 ⋈ R 2), where θ is an arbitrary condition allowed in a generalized selection over set of attributes U 1 ∪ U 2. In the case that θ is a conjunction of equality atoms of the form A = B, where A is an attribute in U 1 and B an attribute in U 2, the theta join is called equijoin.

Anoth...

This is a preview of subscription content, log in via an institution to check access.

Access this chapter

Institutional subscriptions

Author information

Authors and Affiliations

Authors

Corresponding author

Correspondence to Cristina Sirangelo .

Editor information

Editors and Affiliations

Section Editor information

Rights and permissions

Reprints and permissions

Copyright information

© 2017 Springer Science+Business Media LLC

About this entry

Cite this entry

Sirangelo, C. (2017). Join. In: Liu, L., Özsu, M. (eds) Encyclopedia of Database Systems. Springer, New York, NY. https://doi.org/10.1007/978-1-4899-7993-3_1260-2

Download citation

  • DOI: https://doi.org/10.1007/978-1-4899-7993-3_1260-2

  • Received:

  • Accepted:

  • Published:

  • Publisher Name: Springer, New York, NY

  • Print ISBN: 978-1-4899-7993-3

  • Online ISBN: 978-1-4899-7993-3

  • eBook Packages: Springer Reference Computer SciencesReference Module Computer Science and Engineering

Publish with us

Policies and ethics