Tuesday, March 16, 2010

What is Join?

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. Default join in SQL Server is Inner Join.

No comments:

Post a Comment