First of all take a look on the names of different types of joins in SQL.
Joins in SQL Server allows the retrieval of data records from one or more tables having some relation between them. Logical operators can also be used to drill down the number of records to get the desired output from sql join queries.
Other SQL Join Examples:
Joins In Sql Server 2005
Joins using table aliases in SQL Server 2005
Self Join In Sql Server 2000 2005
Be the first to rate this post
Tags: sql, sql joins, sql inner join, sql outer joins, sql left outer join, sql right outer join, sql full outer join, sql cross join, self join in sql, sql join examples
10/11/2008 3:24:33 AM