RIGHT JOIN

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

We'll cover the following...

RIGHT JOIN

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