Difference between revisions of "SQL Join"

From Wiki @ Karl Jones dot com
Jump to: navigation, search
(Created page with "In SQL, the keyword '''join''' (often '''JOIN''') indicates the combining of records from two tables. == See also == * SQL * SQL statement examples == External...")
(No difference)

Revision as of 08:09, 16 May 2016

In SQL, the keyword join (often JOIN) indicates the combining of records from two tables.

See also

External links