SlideShare a Scribd company logo
3
Most read
4
Most read
12
Most read
SQL JOINS
http://msbitutor.blogspot.com
2
SQL JOINS
Inner Join
Outer Join
Cross Join
3
SQL JOINS
I.INNER JOIN
Inner join returns only those records that match in both the tables.
Syntax:
Select * from table 1 INNER JOIN
table 2
ON
Table 1.Column 1=table 2.Column 1
4
SQL JOINS
Select * from CountryStatus
Inner Join PRODUCTS
ON
CountryStatus.ProductID=PRODUCTS.ProductID
Result:
QUARY:
5
SQL JOINS
II.OUTER JOIN
Outer Joins are three types
a. Right Outer Join
b. Left Outer Join
c. Full Outer join
6
SQL JOINS
a. Right Outer Join
Right outer join returns all records/rows from right table and from left table
returns only matched records.
Syntax:
Select * from Table 1
Right Outer Join Table 2
ON
Table 1.Column 1=Table 2.Column 1
7
SQL JOINS
QUARY:
Select * from CountryStatus
Right Outer Join PRODUCTS
ON
CountryStatus.ProductID=PRODUCTS.ProductID
RESULT:
8
SQL JOINS
b. Left Outer Join
Left outer join returns all records/rows from left table and from right
table returns only matched records.
Syntax:
Select * from Table 1
Left Outer Join Table 2
ON
Table 1.Column 1=Table 2.Column
1
9
SQL JOINS
RESULT:
QUARY:
Select * from CountryStatus
Left Outer Join PRODUCTS
ON
CountryStatus.ProductID=PRODUCTS.ProductID
10
SQL JOINS
c. Full Outer Join
Full outer join combines left outer join and right outer join. This join
returns all records/rows from both the tables.
Syntax:
Select * from Table 1
Full Outer Join Table 2
ON
Table 1.Column 1=Table 2.Column
1
11
SQL JOINS
QUARY:
Select * from CountryStatus
Full Outer Join PRODUCTS
ON
CountryStatus.ProductID=PRODUCTS.ProductID
RESULT:
12
SQL JOINS
III. Cross Join
This join returns records/rows that are multiplication of record number
from both the tables means each row on left table will related to each row
of right table.
Syntax:
Select * from Table 1
Cross Join Table 2
13
SQL JOINS
QUARY:
Select * from CountryStatus
Cross Join PRODUCTS
RESULT:
14

More Related Content

PDF
SQL Joins With Examples | Edureka
Edureka!
 
PDF
SQL JOINS
Swapnali Pawar
 
PPTX
SQL Join Basic
Naimul Arif
 
PDF
SQL
Ravi Bansal
 
DOCX
SQL Differences SQL Interview Questions
MLR Institute of Technology
 
DOCX
Learning sql from w3schools
farhan516
 
PDF
SQL
kaushal123
 
SQL Joins With Examples | Edureka
Edureka!
 
SQL JOINS
Swapnali Pawar
 
SQL Join Basic
Naimul Arif
 
SQL Differences SQL Interview Questions
MLR Institute of Technology
 
Learning sql from w3schools
farhan516
 

What's hot (20)

PPTX
Sql joins
Gaurav Dhanwant
 
PPTX
SQL Joins.pptx
Ankit Rai
 
PPTX
Sql joins inner join self join outer joins
Deepthi Rachumallu
 
PPTX
Inner join and outer join
Nargis Ehsan
 
PPTX
SQL JOIN
Ritwik Das
 
PPT
Introduction to sql
VARSHAKUMARI49
 
PPT
Joins in SQL
Vigneshwaran Sankaran
 
PPT
Types Of Join In Sql Server - Join With Example In Sql Server
programmings guru
 
PPTX
Join
Kanchana Rani G
 
PPTX
Sql Constraints
I L0V3 CODING DR
 
PPTX
User defined Function in SQL
baabtra.com - No. 1 supplier of quality freshers
 
PPTX
Joins And Its Types
Wings Interactive
 
PPTX
SQL commands
GirdharRatne
 
DOCX
Index in sql server
Durgaprasad Yadav
 
PDF
Triggers in SQL | Edureka
Edureka!
 
PPTX
Integrity Constraints
Megha yadav
 
PPT
Sql join
Vikas Gupta
 
PPTX
Sql commands
Pooja Dixit
 
PPTX
Sql(structured query language)
Ishucs
 
Sql joins
Gaurav Dhanwant
 
SQL Joins.pptx
Ankit Rai
 
Sql joins inner join self join outer joins
Deepthi Rachumallu
 
Inner join and outer join
Nargis Ehsan
 
SQL JOIN
Ritwik Das
 
Introduction to sql
VARSHAKUMARI49
 
Joins in SQL
Vigneshwaran Sankaran
 
Types Of Join In Sql Server - Join With Example In Sql Server
programmings guru
 
Sql Constraints
I L0V3 CODING DR
 
Joins And Its Types
Wings Interactive
 
SQL commands
GirdharRatne
 
Index in sql server
Durgaprasad Yadav
 
Triggers in SQL | Edureka
Edureka!
 
Integrity Constraints
Megha yadav
 
Sql join
Vikas Gupta
 
Sql commands
Pooja Dixit
 
Sql(structured query language)
Ishucs
 
Ad

Viewers also liked (20)

PPTX
joins in database
Sultan Arshad
 
PDF
SQL Joins and Query Optimization
Brian Gallagher
 
DOC
SQL Joins
Paul Harkins
 
PPTX
MS Sql Server: Joining Databases
DataminingTools Inc
 
PPTX
Semi join
Alokeparna Choudhury
 
PDF
Structured Query Language (SQL) - Lecture 5 - Introduction to Databases (1007...
Beat Signer
 
PPTX
SQL JOINS- Reena P V
Dipayan Sarkar
 
PDF
SQL JOIN Explained Visually
Vincent Chan Yuen Mun
 
PPT
SQL subquery
Vikas Gupta
 
DOC
Sql queires
MohitKumar1985
 
PPT
SQL : introduction
Shakila Mahjabin
 
PPT
Database Normalization 1NF, 2NF, 3NF, BCNF, 4NF, 5NF
Oum Saokosal
 
PPT
Sql ppt
Anuja Lad
 
PPT
SQL Joinning.Database
Umme habiba
 
PPTX
Tipos de datos oracle
Roberto Inzua
 
PDF
Why is Change So Hard in Oracle® Applications?
eprentise
 
PDF
Oracle Date Functions
Vigilant Technologies
 
PPT
Les06 (using subqueries to solve queries)
Achmad Solichin
 
joins in database
Sultan Arshad
 
SQL Joins and Query Optimization
Brian Gallagher
 
SQL Joins
Paul Harkins
 
MS Sql Server: Joining Databases
DataminingTools Inc
 
Structured Query Language (SQL) - Lecture 5 - Introduction to Databases (1007...
Beat Signer
 
SQL JOINS- Reena P V
Dipayan Sarkar
 
SQL JOIN Explained Visually
Vincent Chan Yuen Mun
 
SQL subquery
Vikas Gupta
 
Sql queires
MohitKumar1985
 
SQL : introduction
Shakila Mahjabin
 
Database Normalization 1NF, 2NF, 3NF, BCNF, 4NF, 5NF
Oum Saokosal
 
Sql ppt
Anuja Lad
 
SQL Joinning.Database
Umme habiba
 
Tipos de datos oracle
Roberto Inzua
 
Why is Change So Hard in Oracle® Applications?
eprentise
 
Oracle Date Functions
Vigilant Technologies
 
Les06 (using subqueries to solve queries)
Achmad Solichin
 
Ad

Similar to Sql joins (20)

PPTX
JOINING with SQL
Mahir Haque
 
PDF
Kailas Manoj SQL Joins.pdfhvhggjbhbbjbjbbjbj
kailasmanoj
 
PPTX
Kailas Manoj SQL Joins.pptxhgvhhhbjgjjjjjgjgjjj
kailasmanoj
 
PPT
joins IN DATA BASE MANAGEMENT SYSTEMSppt
Uma Kakarlapudi
 
PPTX
sql joins.pptx
HFHJJHC
 
PPTX
sql joinsubdjbrjdbjrjnfkjcnkrnfknrkfkrfkrfkrk
kailasmanoj
 
PPTX
sqlyyybdbyehduheufhuehfuheuwehfiewifhewihfiehfiwf
kailasmanoj
 
PPTX
sqljoins-220527115331-828e9932 (dee1).pptx
kailasmanoj
 
PPTX
SQL_JOINS_Presentation, INNER, OUTER Joins
NikhilDhavase
 
PPTX
Sql server ___________session_11-12(joins)
Ehtisham Ali
 
PPSX
Join query
Waqar Ali
 
PPTX
Joins
Mritunjay Sharma
 
ODT
Sql joins
Ashok Kumar
 
PPTX
Ch1_s2_QueryMultipleTablesByUsingJoins.pptx
PatrykAdamczyk6
 
PDF
Sql joins
Vivek Singh
 
PDF
SQL JOINS
PuNeEt KuMaR
 
PPTX
SQL Join's
Muhammad Noman Fazil
 
PPTX
Structured Query Language (SQL)
Hammad Rasheed
 
PPTX
SQL Basics
Hammad Rasheed
 
PPTX
SQL JOIN.pptx
johnwick814916
 
JOINING with SQL
Mahir Haque
 
Kailas Manoj SQL Joins.pdfhvhggjbhbbjbjbbjbj
kailasmanoj
 
Kailas Manoj SQL Joins.pptxhgvhhhbjgjjjjjgjgjjj
kailasmanoj
 
joins IN DATA BASE MANAGEMENT SYSTEMSppt
Uma Kakarlapudi
 
sql joins.pptx
HFHJJHC
 
sql joinsubdjbrjdbjrjnfkjcnkrnfknrkfkrfkrfkrk
kailasmanoj
 
sqlyyybdbyehduheufhuehfuheuwehfiewifhewihfiehfiwf
kailasmanoj
 
sqljoins-220527115331-828e9932 (dee1).pptx
kailasmanoj
 
SQL_JOINS_Presentation, INNER, OUTER Joins
NikhilDhavase
 
Sql server ___________session_11-12(joins)
Ehtisham Ali
 
Join query
Waqar Ali
 
Sql joins
Ashok Kumar
 
Ch1_s2_QueryMultipleTablesByUsingJoins.pptx
PatrykAdamczyk6
 
Sql joins
Vivek Singh
 
SQL JOINS
PuNeEt KuMaR
 
Structured Query Language (SQL)
Hammad Rasheed
 
SQL Basics
Hammad Rasheed
 
SQL JOIN.pptx
johnwick814916
 

Recently uploaded (20)

PDF
What to consider before purchasing Microsoft 365 Business Premium_PDF.pdf
Q-Advise
 
PDF
49785682629390197565_LRN3014_Migrating_the_Beast.pdf
Abilash868456
 
PPTX
Presentation about variables and constant.pptx
kr2589474
 
PDF
Immersive experiences: what Pharo users do!
ESUG
 
PDF
Bandai Playdia The Book - David Glotz
BluePanther6
 
PPTX
Web Testing.pptx528278vshbuqffqhhqiwnwuq
studylike474
 
PDF
Using licensed Data Loss Prevention (DLP) as a strategic proactive data secur...
Q-Advise
 
PPTX
Visualising Data with Scatterplots in IBM SPSS Statistics.pptx
Version 1 Analytics
 
PDF
An Experience-Based Look at AI Lead Generation Pricing, Features & B2B Results
Thomas albart
 
PDF
MiniTool Power Data Recovery Crack New Pre Activated Version Latest 2025
imang66g
 
PPTX
Presentation about Database and Database Administrator
abhishekchauhan86963
 
PPTX
The-Dawn-of-AI-Reshaping-Our-World.pptxx
parthbhanushali307
 
PDF
10 posting ideas for community engagement with AI prompts
Pankaj Taneja
 
PDF
Applitools Platform Pulse: What's New and What's Coming - July 2025
Applitools
 
PPTX
Maximizing Revenue with Marketo Measure: A Deep Dive into Multi-Touch Attribu...
bbedford2
 
PPTX
AI-Ready Handoff: Auto-Summaries & Draft Emails from MQL to Slack in One Flow
bbedford2
 
PPTX
Role Of Python In Programing Language.pptx
jaykoshti048
 
PDF
Enhancing Healthcare RPM Platforms with Contextual AI Integration
Cadabra Studio
 
PDF
49784907924775488180_LRN2959_Data_Pump_23ai.pdf
Abilash868456
 
PPTX
TRAVEL APIs | WHITE LABEL TRAVEL API | TOP TRAVEL APIs
philipnathen82
 
What to consider before purchasing Microsoft 365 Business Premium_PDF.pdf
Q-Advise
 
49785682629390197565_LRN3014_Migrating_the_Beast.pdf
Abilash868456
 
Presentation about variables and constant.pptx
kr2589474
 
Immersive experiences: what Pharo users do!
ESUG
 
Bandai Playdia The Book - David Glotz
BluePanther6
 
Web Testing.pptx528278vshbuqffqhhqiwnwuq
studylike474
 
Using licensed Data Loss Prevention (DLP) as a strategic proactive data secur...
Q-Advise
 
Visualising Data with Scatterplots in IBM SPSS Statistics.pptx
Version 1 Analytics
 
An Experience-Based Look at AI Lead Generation Pricing, Features & B2B Results
Thomas albart
 
MiniTool Power Data Recovery Crack New Pre Activated Version Latest 2025
imang66g
 
Presentation about Database and Database Administrator
abhishekchauhan86963
 
The-Dawn-of-AI-Reshaping-Our-World.pptxx
parthbhanushali307
 
10 posting ideas for community engagement with AI prompts
Pankaj Taneja
 
Applitools Platform Pulse: What's New and What's Coming - July 2025
Applitools
 
Maximizing Revenue with Marketo Measure: A Deep Dive into Multi-Touch Attribu...
bbedford2
 
AI-Ready Handoff: Auto-Summaries & Draft Emails from MQL to Slack in One Flow
bbedford2
 
Role Of Python In Programing Language.pptx
jaykoshti048
 
Enhancing Healthcare RPM Platforms with Contextual AI Integration
Cadabra Studio
 
49784907924775488180_LRN2959_Data_Pump_23ai.pdf
Abilash868456
 
TRAVEL APIs | WHITE LABEL TRAVEL API | TOP TRAVEL APIs
philipnathen82
 

Sql joins