ASL STEM Logo

ASL STEM

Join Sign Video

Upload On Mon Jun 27 2011 by ASL STEM

Average Rating: 5.00 / 5

Definition

A join clause combines records from two or more tables in a database. It creates a set that can be saved as a table or used as is. A JOIN is a means for combining fields from two tables by using values common to each. ANSI standard SQL specifies four types of JOINs: INNER, OUTER, LEFT, and RIGHT. As a special case, a table (base table, view, or joined table) can JOIN to itself in a self-join.

Source: Wikipedia
Other Submissions
No other submissions.