A and B are tables. x is a column. Then What is difference
between A.x = B.x(+) and A.x = B.x ?

Answer Posted / naresh

A.x=B.x(+) Right Outer Join
(+)A.x=B.x Left Outer Join
A.x=B.x Inner Join

But don't use this type of declaration and declare explicitly
the keyword (Join)

Is This Answer Correct ?    0 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to bring a tablespace online?

518


How to grant create session privilege to a user in oracle?

572


What is a trigger and what are its types?

615


How to start instance with a minimal initialization parameter file?

536


How to get the Installed Oracle Version Information ?

625






How to download oracle database 10g xe?

598


What does sharding mean?

539


Is there a function to split a string in plsql?

570


Does oracle database need java?

522


What are the extensions used by oracle reports?

573


How to export your own schema?

572


How can you use check constraints for self referential integrity?

522


What are the restrictions on external table columns?

552


How to convert characters to times in oracle?

596


Can we call procedure inside function in oracle?

612