Right outer joins return all rows from the right table, and all rows from the left table where the joined fields match in ...

Right outer joins return all rows from the right table, and all rows from the left table where the joined fields match in both tables. Rows from the left table that do not match rows in the right table are excluded from the results.