What is the difference between LEFT JOIN and LEFT OUTER JOIN?

Submitted 4 years, 4 months ago
Ticket #321
Views 353
Language/Framework SQL
Priority Low
Status Closed

LEFT JOIN vs. LEFT OUTER JOIN in SQL Server....

Submitted on Dec 11, 20
add a comment

1 Answer

Verified

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)

Submitted 4 years, 4 months ago


Latest Blogs