The result of a(n) _____ join for two tables/columns/etc. always contains all records of the "left" table, even if the join-condition does not find any matching record in the "right" table.
1) right outer
2) inner
3) left outer
4) outer