Left join and Left outer join in SQL Server
http://stackoverflow.com/questions/406294/left-join-and-left-outer-join-in-sql-server As per the documentation: FROM (Transact-SQL): <join_type> ::= } } ] JOIN The keyword OUTER is marked as optional (enclosed in square brackets), and what this means in this…