Introduction:
Description:
In
previous posts I explained many articles relating to SQL Server. Now I will explain the
difference between left join and left outer join in SQL Server.
Actually
this one is very simple question but many of beginners are asking the same
question that’s why I decided to write an article on it. Basically there is no difference
between LEFT JOIN and LEFT OUTER JOIN both are same. Whenever we use LEFT JOIN
keyword in SQL Server that is the LEFT OUTER JOIN only