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 / ramesh
A.x=B.x(+) is not a right outer join it is left outer join
Is This Answer Correct ? | 10 Yes | 0 No |
Post New Answer View All Answers
Can I create users through internet explorer in oracle 10g?
List out the components of logical database structure of oracle database.
how to convert .db (extention) database file into .dmp (extention ) for oracle database ?
How many types of tables supported by oracle?
What are the limitations of check constraint?
Explain view?
How many types of tables are there in oracle?
How to start your 10g xe server?
How to change program global area (pga) in oracle?
How can we view last record added to a table?
What is the maximum limit on the number of columns in a table?
How are extents allocated to a segment?
How to get last row id?
What is ASM (Automatic Storage Management) in Oracle?
what is the use of triggers in Java program? I mean where do we use triggers in Java programming?