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

If youre unsure in which script a sys or system-owned object is created, but you know its in a script from a specific directory, what UNIX command from that directory structure can you run to find your answer?

1653


How to add a new column to an existing table with a default value?

542


What are the types of partitions in oracle?

536


What is oracle server autotrace in oracle?

610


What is data block in Oracle?

615






what's query optimization and without use of IN AND Exist can we get another way data from query

1661


Is there a function to split a string in plsql?

566


What privilege is needed for a user to create indexes in oracle?

572


Explain oracle 12c new features for developers?

536


Explain a segment?

615


Give the different types of rollback segments.

578


what is the difference between substr and instr function in oracle?

580


What is program global area (pga) in oracle?

602


What are the differences between char and varchar2 in oracle?

559


In not less than 100 words what's the main difference between Rolap and Molap in ORACLE ?

1774