Home » MariaDB Right Outer Join

MariaDB Right Outer Join

by Online Tutorials Library

MariaDB RIGHT OUTER JOIN

MariaDB RIGHT OUTER JOIN is used to return all rows from right-hand table specified in the ON condition and only those rows from the other table where the joined fields are satisfied the conditions.

MariaDB RIGHT OUTER JOIN is also called RIGHT JOIN.

Syntax:

Image representation:

MariaDB Right outer join 1

Example:

Output:

MariaDB Right outer join 2

You may also like