Joins in Sql Server Queries?

What types of Joins are possible with Sql Server?



Views: 1264 | Community Opinion: 2

Tags..  SQL SERVER  DBA  Database Developer  SQL Queries

Bookmark this page..



Ask a New Question Go to Home

Community Opinion/Answers
 
Jam Teense Said..

Joins are used in SQL queries to explain how different tables are related. Joins also let you select data from a table depending upon data from another table.

Types of joins: INNER JOIN, OUTER JOIN, CROSS JOIN. OUTER JOIN are further classified as LEFT OUTER JOINS, RIGHT OUTER JOINS and FULL OUTER JOINS.




ThamizhJain Said..

Joins are used to retrieve data from more than one table based a common field. Based on ur query, the output is taken from 2 or more tables






Register or Login to Post Your Opinion