Glossaria.net

Glossary Visual Basic / Term

right join

right join

A right outer join includes all of the records from the second (right) of two tables, even if there are no matching values for records in the first (left) table. For example, you could use LEFT JOIN with the Departments (left) and Employees (right) tables to select all departments, including those that have no employees assigned to them. To select all employees, including those who aren't assigned to a department, you would use RIGHT JOIN.

Permanent link right join - Creation date 2020-06-07


< retention period Glossary / Visual Basic right outer join >