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)

SQL Joins.pptx
SQL Joins.pptx
Ankit Rai
 
Sql subquery
Sql subquery
Raveena Thakur
 
Joins in SQL
Joins in SQL
Vigneshwaran Sankaran
 
Aggregate functions
Aggregate functions
sinhacp
 
SQL Commands
SQL Commands
Sachidananda M H
 
Joins And Its Types
Joins And Its Types
Wings Interactive
 
SQL select statement and functions
SQL select statement and functions
Vikas Gupta
 
SQL Views
SQL Views
baabtra.com - No. 1 supplier of quality freshers
 
Sql join
Sql join
Vikas Gupta
 
SQL Joins With Examples | Edureka
SQL Joins With Examples | Edureka
Edureka!
 
Join
Join
Kanchana Rani G
 
Sql joins inner join self join outer joins
Sql joins inner join self join outer joins
Deepthi Rachumallu
 
SQL(DDL & DML)
SQL(DDL & DML)
Sharad Dubey
 
Constraints In Sql
Constraints In Sql
Anurag
 
Sql Constraints
Sql Constraints
I L0V3 CODING DR
 
Triggers
Triggers
Pooja Dixit
 
DML, DDL, DCL ,DRL/DQL and TCL Statements in SQL with Examples
DML, DDL, DCL ,DRL/DQL and TCL Statements in SQL with Examples
LGS, GBHS&IC, University Of South-Asia, TARA-Technologies
 
joins in database
joins in database
Sultan Arshad
 
Sql joins
Sql joins
Gaurav Dhanwant
 
Introduction to sql
Introduction to sql
VARSHAKUMARI49
 

Viewers also liked (19)

SQL Joins and Query Optimization
SQL Joins and Query Optimization
Brian Gallagher
 
Sql joins
Sql joins
Berkeley
 
SQL Joins
SQL Joins
Paul Harkins
 
Semi join
Semi join
Alokeparna Choudhury
 
MS Sql Server: Joining Databases
MS Sql Server: Joining Databases
DataminingTools Inc
 
SQL JOINS- Reena P V
SQL JOINS- Reena P V
Dipayan Sarkar
 
SQL JOIN Explained Visually
SQL JOIN Explained Visually
Vincent Chan Yuen Mun
 
Database Introduction - Join Query
Database Introduction - Join Query
Dudy Ali
 
SQL
SQL
Galaxyy Pandey
 
Everything about Database JOINS and Relationships
Everything about Database JOINS and Relationships
Abdul Rahman Sherzad
 
Joins – which, when and why
Joins – which, when and why
Michal Simonik
 
SQL : introduction
SQL : introduction
Shakila Mahjabin
 
Database Normalization 1NF, 2NF, 3NF, BCNF, 4NF, 5NF
Database Normalization 1NF, 2NF, 3NF, BCNF, 4NF, 5NF
Oum Saokosal
 
Sql ppt
Sql ppt
Anuja Lad
 
Structured Query Language (SQL) - Lecture 5 - Introduction to Databases (1007...
Structured Query Language (SQL) - Lecture 5 - Introduction to Databases (1007...
Beat Signer
 
SQL Joinning.Database
SQL Joinning.Database
Umme habiba
 
Sql server JOIN
Sql server JOIN
Riteshkiit
 
types of SQL Joins
types of SQL Joins
vikram rajpurohit
 
DBMS
DBMS
emran nur
 
SQL Joins and Query Optimization
SQL Joins and Query Optimization
Brian Gallagher
 
MS Sql Server: Joining Databases
MS Sql Server: Joining Databases
DataminingTools Inc
 
Database Introduction - Join Query
Database Introduction - Join Query
Dudy Ali
 
Everything about Database JOINS and Relationships
Everything about Database JOINS and Relationships
Abdul Rahman Sherzad
 
Joins – which, when and why
Joins – which, when and why
Michal Simonik
 
Database Normalization 1NF, 2NF, 3NF, BCNF, 4NF, 5NF
Database Normalization 1NF, 2NF, 3NF, BCNF, 4NF, 5NF
Oum Saokosal
 
Structured Query Language (SQL) - Lecture 5 - Introduction to Databases (1007...
Structured Query Language (SQL) - Lecture 5 - Introduction to Databases (1007...
Beat Signer
 
SQL Joinning.Database
SQL Joinning.Database
Umme habiba
 
Sql server JOIN
Sql server JOIN
Riteshkiit
 
Ad

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

Presentation of Joins In Database
Presentation of Joins In Database
Shashank Pathak
 
Joins
Joins
Yaswanth Babu Gummadivelli
 
SQL Tips Joins.pptx
SQL Tips Joins.pptx
Select Distinct Limited
 
Joins
Joins
Bollam Venkatesh
 
SQL JOINS
SQL JOINS
PuNeEt KuMaR
 
SQL Join's
SQL Join's
Muhammad Noman Fazil
 
MS SQLSERVER:Joining Databases
MS SQLSERVER:Joining Databases
sqlserver content
 
MS SQL SERVER: Joining Databases
MS SQL SERVER: Joining Databases
sqlserver content
 
joins IN DATA BASE MANAGEMENT SYSTEMSppt
joins IN DATA BASE MANAGEMENT SYSTEMSppt
Uma Kakarlapudi
 
Lab4 join - all types listed
Lab4 join - all types listed
Balqees Al.Mubarak
 
Joins in databases
Joins in databases
CourseHunt
 
Sql joins
Sql joins
Siddhesh Palkar
 
Sql joins
Sql joins
Ashok Kumar
 
Querying_with_T-SQL_-_03 (1).pptx
Querying_with_T-SQL_-_03 (1).pptx
MAHIN33
 
Querying_with_T-SQL_-_03.pptx
Querying_with_T-SQL_-_03.pptx
MAHIN33
 
Ch1_s2_QueryMultipleTablesByUsingJoins.pptx
Ch1_s2_QueryMultipleTablesByUsingJoins.pptx
PatrykAdamczyk6
 
Joins.pptxjjbmmmnnnnnjjjxrhjfluflurulrdudlu
Joins.pptxjjbmmmnnnnnjjjxrhjfluflurulrdudlu
c4x6vgk2n7
 
Joins
Joins
Mritunjay Sharma
 
JOIN in DBMS.pptx
JOIN in DBMS.pptx
Faisal Amin
 
Kailas Manoj SQL Joins.pdfhvhggjbhbbjbjbbjbj
Kailas Manoj SQL Joins.pdfhvhggjbhbbjbjbbjbj
kailasmanoj
 
Ad

Recently uploaded (20)

Unit- 4 Biostatistics & Research Methodology.pdf
Unit- 4 Biostatistics & Research Methodology.pdf
KRUTIKA CHANNE
 
Final Sketch Designs for poster production.pptx
Final Sketch Designs for poster production.pptx
bobby205207
 
SPENT QUIZ NQL JR FEST 5.0 BY SOURAV.pptx
SPENT QUIZ NQL JR FEST 5.0 BY SOURAV.pptx
Sourav Kr Podder
 
Ray Dalio How Countries go Broke the Big Cycle
Ray Dalio How Countries go Broke the Big Cycle
Dadang Solihin
 
Capitol Doctoral Presentation -June 2025.pptx
Capitol Doctoral Presentation -June 2025.pptx
CapitolTechU
 
What are the benefits that dance brings?
What are the benefits that dance brings?
memi27
 
MATERI PPT TOPIK 4 LANDASAN FILOSOFIS PENDIDIKAN
MATERI PPT TOPIK 4 LANDASAN FILOSOFIS PENDIDIKAN
aditya23173
 
Allomorps and word formation.pptx - Google Slides.pdf
Allomorps and word formation.pptx - Google Slides.pdf
Abha Pandey
 
How to Create an Event in Odoo 18 - Odoo 18 Slides
How to Create an Event in Odoo 18 - Odoo 18 Slides
Celine George
 
Overview of Off Boarding in Odoo 18 Employees
Overview of Off Boarding in Odoo 18 Employees
Celine George
 
What is FIle and explanation of text files.pptx
What is FIle and explanation of text files.pptx
Ramakrishna Reddy Bijjam
 
Battle of Bookworms 2025 - U25 Literature Quiz by Pragya
Battle of Bookworms 2025 - U25 Literature Quiz by Pragya
Pragya - UEM Kolkata Quiz Club
 
How to Manage Multi Language for Invoice in Odoo 18
How to Manage Multi Language for Invoice in Odoo 18
Celine George
 
Sustainable Innovation with Immersive Learning
Sustainable Innovation with Immersive Learning
Leonel Morgado
 
LDMMIA Spring Ending Guest Grad Student News
LDMMIA Spring Ending Guest Grad Student News
LDM & Mia eStudios
 
Revista digital preescolar en transformación
Revista digital preescolar en transformación
guerragallardo26
 
How to Manage & Create a New Department in Odoo 18 Employee
How to Manage & Create a New Department in Odoo 18 Employee
Celine George
 
Paper 108 | Thoreau’s Influence on Gandhi: The Evolution of Civil Disobedience
Paper 108 | Thoreau’s Influence on Gandhi: The Evolution of Civil Disobedience
Rajdeep Bavaliya
 
GEOGRAPHY-Study Material [ Class 10th] .pdf
GEOGRAPHY-Study Material [ Class 10th] .pdf
SHERAZ AHMAD LONE
 
IDF 30min presentation - December 2, 2024.pptx
IDF 30min presentation - December 2, 2024.pptx
ArneeAgligar
 
Unit- 4 Biostatistics & Research Methodology.pdf
Unit- 4 Biostatistics & Research Methodology.pdf
KRUTIKA CHANNE
 
Final Sketch Designs for poster production.pptx
Final Sketch Designs for poster production.pptx
bobby205207
 
SPENT QUIZ NQL JR FEST 5.0 BY SOURAV.pptx
SPENT QUIZ NQL JR FEST 5.0 BY SOURAV.pptx
Sourav Kr Podder
 
Ray Dalio How Countries go Broke the Big Cycle
Ray Dalio How Countries go Broke the Big Cycle
Dadang Solihin
 
Capitol Doctoral Presentation -June 2025.pptx
Capitol Doctoral Presentation -June 2025.pptx
CapitolTechU
 
What are the benefits that dance brings?
What are the benefits that dance brings?
memi27
 
MATERI PPT TOPIK 4 LANDASAN FILOSOFIS PENDIDIKAN
MATERI PPT TOPIK 4 LANDASAN FILOSOFIS PENDIDIKAN
aditya23173
 
Allomorps and word formation.pptx - Google Slides.pdf
Allomorps and word formation.pptx - Google Slides.pdf
Abha Pandey
 
How to Create an Event in Odoo 18 - Odoo 18 Slides
How to Create an Event in Odoo 18 - Odoo 18 Slides
Celine George
 
Overview of Off Boarding in Odoo 18 Employees
Overview of Off Boarding in Odoo 18 Employees
Celine George
 
What is FIle and explanation of text files.pptx
What is FIle and explanation of text files.pptx
Ramakrishna Reddy Bijjam
 
Battle of Bookworms 2025 - U25 Literature Quiz by Pragya
Battle of Bookworms 2025 - U25 Literature Quiz by Pragya
Pragya - UEM Kolkata Quiz Club
 
How to Manage Multi Language for Invoice in Odoo 18
How to Manage Multi Language for Invoice in Odoo 18
Celine George
 
Sustainable Innovation with Immersive Learning
Sustainable Innovation with Immersive Learning
Leonel Morgado
 
LDMMIA Spring Ending Guest Grad Student News
LDMMIA Spring Ending Guest Grad Student News
LDM & Mia eStudios
 
Revista digital preescolar en transformación
Revista digital preescolar en transformación
guerragallardo26
 
How to Manage & Create a New Department in Odoo 18 Employee
How to Manage & Create a New Department in Odoo 18 Employee
Celine George
 
Paper 108 | Thoreau’s Influence on Gandhi: The Evolution of Civil Disobedience
Paper 108 | Thoreau’s Influence on Gandhi: The Evolution of Civil Disobedience
Rajdeep Bavaliya
 
GEOGRAPHY-Study Material [ Class 10th] .pdf
GEOGRAPHY-Study Material [ Class 10th] .pdf
SHERAZ AHMAD LONE
 
IDF 30min presentation - December 2, 2024.pptx
IDF 30min presentation - December 2, 2024.pptx
ArneeAgligar
 

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