I understand the joint type between the two tables but I still do not get the significance of being on the right...or the left.
Right outer join for example only has meaning if we know what table is on the right.
I think the joint type explanation is more meaningful. That is, for example, all the records in table a and only the records in table b that occur in table a.
...or is there something more with respect to right and left, that I am not aware of.