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


Please Help Members By Posting Answers For Below Questions

What are the different windows events activated at runtime ?

2597


Explain integrity constraints?

853


while i take backup using ibm tsm the following errors occurred: rman-03009 ora-19513 ora-27206 ora-19502 ora-27030 ora-ora19511

4119


What is Data Dictionary Cache in Oracle?

888


how do we code triggers , store procedure , Performance tuning and indexing in a Java Project? Pls kindly get me the perfect answer with the code for each....thank you in advance............pls any body kindly help me soon as possible....

1794


When do I need to use a semicolon vs a slash in oracle sql?

784


How can you merge two tables in oracle?

731


what are the advantages of running a database in archive log mode?

1927


types of indexes and the rationale behind choosing a particular index for a situation.

2225


What is user managed backup in Oracle?

816


What happens to the current transaction if a ddl statement is executed?

765


How to best split csv strings in oracle 9i?

785


what are steps for interface? where is exchange rate defined in which table?

1717


What happens if you use a wrong connect identifier?

699


How to update values in a table in oracle?

750