LEFT JOIN

In this lesson, we will discuss the LEFT JOIN keyword.

We'll cover the following...

LEFT JOIN

The LEFT JOIN keyword returns all records from the left table (table1), and the matched records from the right table (table2). The result is ...