VertitimeX Technologies

SQL Right Join.

SQL RIGHT JOIN returns all records from the right table, along with the matching records from the left table. If there is no matching record in the left table, SQL will return NULL values for the left table’s columns.