Join (SQL)
Appearance
A join combines records from two or more tables in a relational database. In the Structured Query Language (SQL), there are several types of join, including "inner" and "outer". All work by linking records on a key field.
A join combines records from two or more tables in a relational database. In the Structured Query Language (SQL), there are several types of join, including "inner" and "outer". All work by linking records on a key field.
This article is a stub. You can help Wikipedia by expanding it. |