What is Left Join in SQL?

Asked: Apr 14, 2023

The Left Join is used to fetch all rows from the left-hand table and common records between the specified tables. It returns all the rows from the left-hand side table even though there are no matches on the right-hand side table. If it will not find any matching record from the right side table, then it returns null. This join can also be called a Left Outer Join.

Asked by brijesh

Answers (0)

No answers yet. Be the first to answer!