How To Use RIGHT JOIN Keyword In SQL
In this article, we will learn how to use the RIGHT JOIN keyword in SQL.
The RIGHT JOIN keyword is used to select all records from the table2 (right table), and the matched records from the table1 (left table). If there is no match, the result from the left side is NULL.