VertitimeX Technologies

SQL Left Join.

LEFT JOIN in SQL allows to retrieval of all records from the left table and only the matching records from the right table. When there is no matching record in the right table, SQL will return NULL for columns from the right table.