SlideShare a Scribd company logo
2
Most read
4
Most read
6
Most read
http://www.programmingsguru.com/article/types-of-joins-in-sql-15
Introduction
• A JOIN is a means for merging fields from two tables by using values
common to each. SQL Joins condition is a part of the sql query that
fetch/retrieve rows(data) from two or more tables. The records from the
tables are fetched based on some values that are common to each."How
many types of joins in sql" this question ask so many times in interviews,
We have two tables
tbl_employee
tbl_department
The Different Types of Joins in SQL Server
1 - INNER JOIN : A Inner Join is a type of sql join which returns all
the rows from both tables where there is a match. Means return
matching records for both tables.
2 - SELF JOIN : A Self Join is a type of sql join which is used to
join a table to itself. In this join both the columns belong to the
same table.
SELECT Emp1.Empid, Emp1.EmpName,Emp2.Departmentid FROM
tbl_employee Emp1 INNER JOIN tbl_employee Emp2 ON
Emp1.Empid=Emp2.Empid
3 - OUTER JOIN : In this join includes rows even if they don't have
related rows in the joined table. There are three different Outer
Join methods..
Right outer Join : In This join returns all the rows from the right table
in conjunction with the matching rows from the left table.
Left outer Join : In This join returns all the rows from the left table in
conjunction with the matching rows from the right table.
Full Outer Join : This join combines left outer join and right outer join. It returns
row from both tables wether it's match or not.
4 - CROSS JOIN : This join combines all the rows from the left
table with every row from the right table. This type of join is
required when we want to select all the possible combinations
of rows and columns from both the tables.
http://www.programmingsguru.com
https://plus.google.com/u/0/106132290230951995384/posts
https://www.facebook.com/programmings4you
https://twitter.com/programingsguru

More Related Content

What's hot (20)

PPTX
SQL JOIN
Ritwik Das
 
PPTX
Joins And Its Types
Wings Interactive
 
PPTX
FUNCTION DEPENDENCY AND TYPES & EXAMPLE
Vraj Patel
 
PDF
MySQL JOINS
HripsimeGhaltaghchya
 
PPT
Mysql
TSUBHASHRI
 
PPTX
Sql(structured query language)
Ishucs
 
PPTX
Sql joins
Gaurav Dhanwant
 
PPTX
SQL(DDL & DML)
Sharad Dubey
 
PPTX
SQL Joins.pptx
Ankit Rai
 
PPTX
set operators.pptx
Anusha sivakumar
 
DOCX
Joins in dbms and types
university of Gujrat, pakistan
 
PPT
Constraints In Sql
Anurag
 
PPT
Sql joins
Berkeley
 
PPT
Advanced sql
Dhani Ahmad
 
PPTX
Triggers
Pooja Dixit
 
PPTX
SQL commands
GirdharRatne
 
PPTX
Query processing and optimization (updated)
Ravinder Kamboj
 
PPT
SQL subquery
Vikas Gupta
 
PPTX
SQL Basics
Hammad Rasheed
 
SQL JOIN
Ritwik Das
 
Joins And Its Types
Wings Interactive
 
FUNCTION DEPENDENCY AND TYPES & EXAMPLE
Vraj Patel
 
Mysql
TSUBHASHRI
 
Sql(structured query language)
Ishucs
 
Sql joins
Gaurav Dhanwant
 
SQL(DDL & DML)
Sharad Dubey
 
SQL Joins.pptx
Ankit Rai
 
set operators.pptx
Anusha sivakumar
 
Joins in dbms and types
university of Gujrat, pakistan
 
Constraints In Sql
Anurag
 
Sql joins
Berkeley
 
Advanced sql
Dhani Ahmad
 
Triggers
Pooja Dixit
 
SQL commands
GirdharRatne
 
Query processing and optimization (updated)
Ravinder Kamboj
 
SQL subquery
Vikas Gupta
 
SQL Basics
Hammad Rasheed
 

Viewers also liked (20)

PDF
SQL Joins and Query Optimization
Brian Gallagher
 
DOC
SQL Joins
Paul Harkins
 
PPTX
Semi join
Alokeparna Choudhury
 
PPTX
MS Sql Server: Joining Databases
DataminingTools Inc
 
PPTX
Sql joins inner join self join outer joins
Deepthi Rachumallu
 
PPT
Sql join
Vikas Gupta
 
PPTX
SQL JOINS- Reena P V
Dipayan Sarkar
 
PDF
SQL JOIN Explained Visually
Vincent Chan Yuen Mun
 
PPTX
Join
Kanchana Rani G
 
PPTX
Database Introduction - Join Query
Dudy Ali
 
PPTX
SQL Join Basic
Naimul Arif
 
PDF
Everything about Database JOINS and Relationships
Abdul Rahman Sherzad
 
PDF
Joins – which, when and why
Michal Simonik
 
PPT
SQL : introduction
Shakila Mahjabin
 
PPT
Sql ppt
Anuja Lad
 
PDF
Structured Query Language (SQL) - Lecture 5 - Introduction to Databases (1007...
Beat Signer
 
PPT
SQL Joinning.Database
Umme habiba
 
PPTX
Sql server JOIN
Riteshkiit
 
PPTX
Inner join and outer join
Nargis Ehsan
 
SQL Joins and Query Optimization
Brian Gallagher
 
SQL Joins
Paul Harkins
 
MS Sql Server: Joining Databases
DataminingTools Inc
 
Sql joins inner join self join outer joins
Deepthi Rachumallu
 
Sql join
Vikas Gupta
 
SQL JOINS- Reena P V
Dipayan Sarkar
 
SQL JOIN Explained Visually
Vincent Chan Yuen Mun
 
Database Introduction - Join Query
Dudy Ali
 
SQL Join Basic
Naimul Arif
 
Everything about Database JOINS and Relationships
Abdul Rahman Sherzad
 
Joins – which, when and why
Michal Simonik
 
SQL : introduction
Shakila Mahjabin
 
Sql ppt
Anuja Lad
 
Structured Query Language (SQL) - Lecture 5 - Introduction to Databases (1007...
Beat Signer
 
SQL Joinning.Database
Umme habiba
 
Sql server JOIN
Riteshkiit
 
Inner join and outer join
Nargis Ehsan
 
Ad

Similar to Types Of Join In Sql Server - Join With Example In Sql Server (20)

PPSX
Join query
Waqar Ali
 
PPTX
SQL Join's
Muhammad Noman Fazil
 
PDF
SQL JOINS
PuNeEt KuMaR
 
PDF
3)12th_L8_Join-Set-Operations.pdf
AdityavardhanSingh15
 
PPTX
JOINS.pptx
ArunkumarT51
 
PPTX
MYSQL join
Ahmed Farag
 
PPTX
Relational algebra
Joshi Vinay
 
PPTX
SQL Server Joins.pptx the concept of joins in the oracle and mysql in dbms
narasimharaoPV1
 
PDF
Advance database system(part 8)
Abdullah Khosa
 
PDF
Assignment 4
SneaK3
 
PPTX
SQL Joins and View.pptx
pallavipatil634279
 
PPTX
joins and subqueries in big data analysis
SanSan149
 
PPT
Joins.ppt
UmangThakkar26
 
PPTX
sqlyyybdbyehduheufhuehfuheuwehfiewifhewihfiehfiwf
kailasmanoj
 
PPTX
sql joinsubdjbrjdbjrjnfkjcnkrnfknrkfkrfkrfkrk
kailasmanoj
 
PPTX
Day-2 SQL Theory_V1.pptx
uzmasulthana3
 
PPTX
Join in SQL - Inner, Self, Outer Join
Souma Maiti
 
Join query
Waqar Ali
 
SQL JOINS
PuNeEt KuMaR
 
3)12th_L8_Join-Set-Operations.pdf
AdityavardhanSingh15
 
JOINS.pptx
ArunkumarT51
 
MYSQL join
Ahmed Farag
 
Relational algebra
Joshi Vinay
 
SQL Server Joins.pptx the concept of joins in the oracle and mysql in dbms
narasimharaoPV1
 
Advance database system(part 8)
Abdullah Khosa
 
Assignment 4
SneaK3
 
SQL Joins and View.pptx
pallavipatil634279
 
joins and subqueries in big data analysis
SanSan149
 
Joins.ppt
UmangThakkar26
 
sqlyyybdbyehduheufhuehfuheuwehfiewifhewihfiehfiwf
kailasmanoj
 
sql joinsubdjbrjdbjrjnfkjcnkrnfknrkfkrfkrfkrk
kailasmanoj
 
Day-2 SQL Theory_V1.pptx
uzmasulthana3
 
Join in SQL - Inner, Self, Outer Join
Souma Maiti
 
Ad

Recently uploaded (20)

PDF
The Constitution Review Committee (CRC) has released an updated schedule for ...
nservice241
 
PDF
Dimensions of Societal Planning in Commonism
StefanMz
 
PPTX
Universal immunization Programme (UIP).pptx
Vishal Chanalia
 
PPTX
Cultivation practice of Litchi in Nepal.pptx
UmeshTimilsina1
 
PDF
Knee Extensor Mechanism Injuries - Orthopedic Radiologic Imaging
Sean M. Fox
 
PPTX
PPT-Q1-WEEK-3-SCIENCE-ERevised Matatag Grade 3.pptx
reijhongidayawan02
 
PDF
Isharyanti-2025-Cross Language Communication in Indonesian Language
Neny Isharyanti
 
PPTX
CATEGORIES OF NURSING PERSONNEL: HOSPITAL & COLLEGE
PRADEEP ABOTHU
 
PPTX
How to Convert an Opportunity into a Quotation in Odoo 18 CRM
Celine George
 
PPTX
How to Handle Salesperson Commision in Odoo 18 Sales
Celine George
 
PDF
Exploring the Different Types of Experimental Research
Thelma Villaflores
 
PPTX
Quarter 1_PPT_PE & HEALTH 8_WEEK 3-4.pptx
ronajadolpnhs
 
PDF
Governor Josh Stein letter to NC delegation of U.S. House
Mebane Rash
 
PDF
QNL June Edition hosted by Pragya the official Quiz Club of the University of...
Pragya - UEM Kolkata Quiz Club
 
PDF
0725.WHITEPAPER-UNIQUEWAYSOFPROTOTYPINGANDUXNOW.pdf
Thomas GIRARD, MA, CDP
 
PPTX
care of patient with elimination needs.pptx
Rekhanjali Gupta
 
PPTX
Controller Request and Response in Odoo18
Celine George
 
PDF
Characteristics, Strengths and Weaknesses of Quantitative Research.pdf
Thelma Villaflores
 
PPTX
Neurodivergent Friendly Schools - Slides from training session
Pooky Knightsmith
 
PDF
Stokey: A Jewish Village by Rachel Kolsky
History of Stoke Newington
 
The Constitution Review Committee (CRC) has released an updated schedule for ...
nservice241
 
Dimensions of Societal Planning in Commonism
StefanMz
 
Universal immunization Programme (UIP).pptx
Vishal Chanalia
 
Cultivation practice of Litchi in Nepal.pptx
UmeshTimilsina1
 
Knee Extensor Mechanism Injuries - Orthopedic Radiologic Imaging
Sean M. Fox
 
PPT-Q1-WEEK-3-SCIENCE-ERevised Matatag Grade 3.pptx
reijhongidayawan02
 
Isharyanti-2025-Cross Language Communication in Indonesian Language
Neny Isharyanti
 
CATEGORIES OF NURSING PERSONNEL: HOSPITAL & COLLEGE
PRADEEP ABOTHU
 
How to Convert an Opportunity into a Quotation in Odoo 18 CRM
Celine George
 
How to Handle Salesperson Commision in Odoo 18 Sales
Celine George
 
Exploring the Different Types of Experimental Research
Thelma Villaflores
 
Quarter 1_PPT_PE & HEALTH 8_WEEK 3-4.pptx
ronajadolpnhs
 
Governor Josh Stein letter to NC delegation of U.S. House
Mebane Rash
 
QNL June Edition hosted by Pragya the official Quiz Club of the University of...
Pragya - UEM Kolkata Quiz Club
 
0725.WHITEPAPER-UNIQUEWAYSOFPROTOTYPINGANDUXNOW.pdf
Thomas GIRARD, MA, CDP
 
care of patient with elimination needs.pptx
Rekhanjali Gupta
 
Controller Request and Response in Odoo18
Celine George
 
Characteristics, Strengths and Weaknesses of Quantitative Research.pdf
Thelma Villaflores
 
Neurodivergent Friendly Schools - Slides from training session
Pooky Knightsmith
 
Stokey: A Jewish Village by Rachel Kolsky
History of Stoke Newington
 

Types Of Join In Sql Server - Join With Example In Sql Server