What is the difference between left join and left outer join?



What is the difference between left join and left outer join?..

Answer / pallispidi

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.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More SQL PLSQL Interview Questions

Differentiate between syntax and runtime errors.

0 Answers  


what is the difference between inner and outer join? Explain with example. : Sql dba

0 Answers  


How to combine two stored procedures in sql?

0 Answers  


What is cost in sql execution plan?

0 Answers  


1 SELECT a.field1, b.field2, c.field3, d.field4 2 FROM atable a, atable b, ctable c, dtable d 3 ? 4 ORDER BY 1 What is the minimum number of joins that must be specified on line 3 in the sample code above to properly link the tables? Notice that the table "atable" is aliased twice: once as "a" and once as "b." 1. One join 2. Two joins 3. Three joins 4. Four joins 5. Five joins

6 Answers   Sonata,






how to fetch common records from two tables? : Sql dba

0 Answers  


What's the procedure?

0 Answers  


how would you write a query to select all teams that won either 2, 4, 6 or 8 games? : Sql dba

0 Answers  


Is left join same as inner join?

0 Answers  


Name three sql operations that perform a sort.

0 Answers  


What is the use of time stamp in select statement?

1 Answers   TCS,


Where can I learn sql for free?

0 Answers  


Categories