Join transformations join two tables together.

The distinction between primary and secondary table only really matters if you select the option to include unmatched primary rows (unmatched secondary rows are always discarded).If you want to join more than two tables (e.g. A, B, C) then use one join transformation to put A and B together, and a second join transformation to join that with C.