What are the Benefits of Combining Data?
What are the risks of Combining Data?
What is a Full Outer Join?
includes all rows from both tables, regardless of whether there is a match, populating non-matches with nulls
Why did you use a Full Outer Join? What are the Benefits?
What are the risks of a Full Outer Join?
What is a Right Join?
displays rows from the right table along with any rows matching from the left table, showing null values when there is no match
What is a right join good for?
focusing on data from the right table while adding insights from the left table
What is a left join?
all rows from the left table are included with any matching rows from the right table. NULL values used if there is no match found in the right table
What is a disadvantage of a left join?
And other types!
* Impact on performance when scanning for matching rows - time consuming
* Compare apps added to Collibra but not Alfabet to alert stakeholders outside the project
* Therefore Left Join was not suitable
What is an inner join?
What is a benefit of an inner join?
What is a disadvantage of an inner join?
What is a join?
combines 2 or more datasets based on a common column or key allowing data to be retrieved and analysed together