|
tkizer
Almighty SQL Goddess
USA
35017 Posts |
Posted - 05/25/2012 : 15:18:58
|
The output is identical because all of the join conditions match up in the tables. Outer joins are needed when you need the data in a particular table even if it doesn't match data in the other table.
So while it may be identical right now, it may not be in the future. Whether or not the outer join is needed is dependent upon the business requirement. It's not something we can answer for you.
And that syntax should be avoided, use JOIN syntax only for standard and support reasons.
Tara Kizer Microsoft MVP for Windows Server System - SQL Server http://weblogs.sqlteam.com/tarad/
Subscribe to my blog |
Edited by - tkizer on 05/25/2012 15:19:36 |
 |
|