A join is a way of taking the results of one table, view, or query and correlating them with the results of another table, view, or query.Join conditions can be specified in either the FROM or WHERE clauses.Joins can be categorized as inner, outer and cross joins. Inner join Inner joins use a comparison operator [...]
Archive for the ‘Joins’ Category
Joins in SQL Server
Posted in Joins on August 2, 2009 | Leave a Comment »