In the last block we saw Joins in SQL. In this blog, we will see how to do Joins in Tableau. Joins in Tableau Tableau uses 4 types of Joins: Step 1: Create an Excel file by naming the file “Sample.xlsx and Create two sheets with Table 1 and Table 2. Step 2: Launch Tableau […]
Month: June 2017
Joins in SQL
Joins in SQL are used to combine two or more tables. It returns the matching rows from the combined tables by using reference column in both the tables. Types of Joins: Inner Join: Inner join or Equi-join, returns rows from the both the tables based on the matching values of the columns. Example: Below we […]