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
What is ADDM Advisor in Oracle?
how the Oracle Prepares the Execution Plan and how it chooses the Optimal one?
What are the arithmetic operations?
Can we use bind variables in oracle stored procedure?
How to drop a tablespace?
Explain about integrity constraint?
What is the recommended interval at which to run statspack snapshots, and why?
What are internal user account in oracle?
What is the difference between translate and replace in oracle?
What privilege is needed for a user to create tables in oracle?
what are bitmap indexes? How does they work?
What query tells you how much space a tablespace named test is taking up, and how much space is remaining?
How to sort output in descending order in oracle?
How oracle handles dead locks?
How to connect to the server with user account: sys?