Join: Inner/Outer left/right?
dragoljub
New Altair Community Member
Answers
-
Hi,
I think these types are equivalent to what is used in the database domain. Please take a look at http://en.wikipedia.org/wiki/Join_(SQL).
Greetings,
Sebastian0 -
Thanks this makes sense.
Inner Join = Only add attributes for matching IDs (intersection of IDs) (may remove some samples)
Left/Right Join = Only adds attributes to samples contained in the left/right data sets (keeps all samples from left or right) (can add missing values)
Outer Join = Joins all records from both datasets and adds missing values for attributes not shared between samples.
Hope this helps someone. Maybe we should add a wiki link in the help of this operator.
-Gagi0