Will return all the records from the joined table even if they don't
match the joined field.
For example: Compared to the example using the InnerJoin, this
will return all records from the CarTable, but also records from
the RentalTable that does not have a match in the CarTable