Sign up for Free !!
World's first open source developer community with
Ticketing System
LEFT JOIN vs. LEFT OUTER JOIN in SQL Server....
Left Join and Left Outer Join are one and the same. The former is the shorthand for the latter. The same can be said about the Right Join and Right Outer Join relationship. For more details, check this link (https://stackoverflow.com/questions/406294/left-join-vs-left-outer-join-in-sql-server)
Left Join
Left Outer Join
Right Join
Right Outer Join
Please Login/Register to write your answer !!!
Left Join
andLeft Outer Join
are one and the same. The former is the shorthand for the latter. The same can be said about theRight Join
andRight Outer Join
relationship.For more details, check this link (https://stackoverflow.com/questions/406294/left-join-vs-left-outer-join-in-sql-server)