Completion requirements
The LEFT JOIN keyword returns all records from the left table (table1), and the matched records from the right table (table2). The result is NULL from the right side, if there is no match.
Click on SQL LEFT JOIN to open the resource.