blog

Home / DeveloperSection / Blogs / What is Join in SQLServer?

What is Join in SQLServer?

Uttam Misra3420 17-Feb-2011
By using joins, you can retrieve data from two or more tables based on logical relationships between the tables. Joins indicate how Microsoft SQL Server should use data from one table to select the rows in another table.

Types of Join:
  • 1.     Inner join

  • 2.     Equi-join

  • 3.     Cross join

  • 4.     Outer joins

  • a.     Leftouter join

  • b.     Rightouter joins

  • c.     Full outer join

  • 5.     Self-join


Please check the following link for detailed description.. 

Updated 18-Sep-2014
More than 18 years of working experience in IT sector. We are here to serve you best.

Leave Comment

Comments

Liked By