• Answers
  • Web
Answer 1 out of 1
 
426 helpful answers
A:

A join combines records from two or more tables in a relational database. In the Structured Query Language (SQL), there are three types of joins: inner, outer, and cross. Outer joins are subdivided further into left outer joins, right outer joins, and full outer joins.

Mathematically, join is relation composition, the fundamental operation in relational algebra, and generalizing function composition.

see: http://en.wikipedia.org/wiki/JOIN

Helpful?(2)
Rated as Best Answer
 
Comment About This Answer (or add your own answer)

Feed - Subscribe to changes to this Q&A Blog
ADVERTISEMENT
  • Answers
  • Web
Copyright © 2006-2009, Yedda Inc. and respective copyright owners