What SQL function will return all records from the left table and only the matching records from the right?

Correct
A LEFT JOIN function will return all records from the left table and only the matching records from the right.