Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SQL

difference between left outer join and left join in sql

There really is no difference between a LEFT JOIN and a LEFT OUTER JOIN. 
Both versions of the syntax will produce the exact same result in PL/SQL.
Some people do recommend including outer in a LEFT JOIN clause so it's 
clear that you're creating an outer join, but that's entirely optional
 
PREVIOUS NEXT
Tagged: #difference #left #outer #join #left #join #sql
ADD COMMENT
Topic
Name
7+8 =