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 / pradeep
A.x = B.x(+) is a left outer join and it will return
all the values of x from A table.
A.x = B.x is a inner join.
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
How to set a transaction to be read only in oracle?
How to use fetch statement in a loop?
How view is different from a table?
Why do you create or replace procedures rather that drop and recreate.
Is oracle a language?
What is a cursor and what are the steps need to be taken?
Is rowid unique in oracle?
How to connect asp pages to oracle servers?
Explain parameter file in oracle.
What do you mean by merge in oracle and how can we merge two tables?
What is the recommended interval at which to run statspack snapshots, and why?
How i can handle exception in large code like 1000 line without distrubing the code or without exception handler sction?
How will you write a query to get a 5th rank student from a table student_report?
List out the types of joins.
How to load a large xml file?