Home  >  Blog  >   Tableau

Introduction to Joins In Tableau

Rating: 4
  
 
4329
  1. Share:
Tableau Articles

Join is a query that combines the data from 2 or more tables, sheets, files in a single datasource based on the join condition

Desired to gain proficiency on data visualization tool? Explore the blog post on Tableau Training to become a pro in Tableau.

Rules to perform Join:
To perform Join we are having two rules
1) Both the tables should have a common column
2) Based on the common data type in the both tablesJoin Types:
Depending on the join condition. Joins are divided into two types 
1) Equi Joins
2) Non-Equi Joins
Equi Joins: In the Join condition if you use the equality operator (“=”) then such a kind of Join is called as “ Equi Join”
Non-Equi Joins: In the Join condition apart from the equality if we use any operator like <,>,<>,<=,>= etc.
Suck kind of join is known as “Non-equi Join”
Equi Join Types:
Equi Join is divided into 3 types
1. Inner Join
2. Outer Join
3. Self Join
Again outer join is divided into 3 different types
1. Left Outer
2. Right Outer
3. Full Outer
Inner Join: 
Inner Join combines the data from two tables and it display only the matching records (or) common records.

Join Condition: Table1.ID=Table2.ID

 MindMajix YouTube Channel

Table 1:

NameID
Ramesh1
Ravi2
Praveen3
Kiran4

Table 2:

IDDesigntion
1Professor
2Professor
3Professor
4Principal

Output:

NameDesignation
RameshProfessor
RaviProfessor
PraveenProfessor


Outer Join
Left Outer Join: 
Is is display the complete data from the left table and matching records from the the Right Table.

Table1.ID=Table2.ID(+)

Following Above Table 1 & Table 2

Output:

NameDesignation
RaviProfessor
RameshProfessor
PraveenProfessor
KiranNull

Right Outer Join: 
It is display complete data from right table and matching records from left table.

Table1.ID(+)=Table2.ID

Following Above Table 1 & Table 2

Output:

NameDesignation
RameshProfessor
RaviProfessor
PraveenProfess
NullPrincipal

Full Outer Join: 
It displays the complete data from both the tables

Full Outer Join

Following Above Table 1 & Table 2

Output:

NameDesignation
RameshProfessor
RaviProfessor
PraveenProfessor
KiranNull
NullPrincipla

Self Join: 
Performing a join to the same table itself is known as “Self Join”

Explore Tableau Sample Resumes! Download & Edit, Get Noticed by Top Employers!Download Now!
Join our newsletter
inbox

Stay updated with our newsletter, packed with Tutorials, Interview Questions, How-to's, Tips & Tricks, Latest Trends & Updates, and more ➤ Straight to your inbox!

Course Schedule
NameDates
Tableau TrainingMar 23 to Apr 07View Details
Tableau TrainingMar 26 to Apr 10View Details
Tableau TrainingMar 30 to Apr 14View Details
Tableau TrainingApr 02 to Apr 17View Details
Last updated: 04 Apr 2023
About Author

As a Senior Writer for Mindmajix, Saikumar has a great understanding of today’s data-driven environment, which includes key aspects such as Business Intelligence and data management. He manages the task of creating great content in the areas of Programming, Microsoft Power BI, Tableau, Oracle BI, Cognos, and Alteryx. Connect with him on LinkedIn and Twitter.

read more
Recommended Courses

1 / 15