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

Is vs as in pl sql?

0 Answers  


what is a database transaction? : Sql dba

0 Answers  


What is difference between sql function and stored procedure?

0 Answers  


how to run 'mysql' commands from a batch file? : Sql dba

0 Answers  


What is nvl?

0 Answers  






Types of locks in database ?

8 Answers   HCL, TCS, Tieto,


What is full join?

0 Answers  


What are different types of sql?

0 Answers  


Define a temp table?

0 Answers  


i have a customer table. trans_id trans_date trans_amt debit_credit_indicator 001 01-JAN-13 1099 cr 001 12-JAN-13 500 db 002 24-FEB-13 400 db 002 23-MAR-13 345 cr 001 18-APR-13 800 cr 002 15-MAR-13 600 db 001 12-FEB-13 200 cr i want like this output. trans_id trans_amt debit_credit_indicator i want get highest credit amount and lowest credit amount and highest debit amount and lowest debit amount for each trans_id.

2 Answers   Oracle,


what is inline view?

15 Answers  


Explain commit, rollback and savepoint.

0 Answers  


Categories