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

What are sql data types?

0 Answers  


How do I create a sql database?

0 Answers  


What is the difference between view and stored procedure?

0 Answers  


Hi all, i have a table as follows empid empname mgrid deptid 1 a 3 4 2 b 1 5 3 c 2 3 4 d 3 6 5 e 4 7 i want the output as empname mgrname a c b a c b d c e d

4 Answers  


What is the use of index in sql?

0 Answers  






What is the execution plan in sql?

0 Answers  


when is the use of update_statistics command? : Sql dba

0 Answers  


What are database links used for?

0 Answers  


If i can use sys.check_constraints to display my constraints from my database using sql server 2005, how can i display then if i am using sql server 2000????

0 Answers  


What is primary and foreign key?

0 Answers  


How to avoid using cursors? What to use instead of cursor and in what cases to do so?

0 Answers  


what is difference between stored procedures and application procedures,stored function and application function?

1 Answers  


Categories