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 / naresh

A.x=B.x(+) Right Outer Join
(+)A.x=B.x Left Outer Join
A.x=B.x Inner Join

But don't use this type of declaration and declare explicitly
the keyword (Join)

Is This Answer Correct ?    0 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How many categories of data types in oracle?

774


What are the different types of synonyms?

804


How to define an oracle sub procedure?

777


How to get execution statistics reports on query statements?

795


What are the types of partitions in oracle?

751


How to start instance with a minimal initialization parameter file?

765


How to create an oracle testing table?

784


What are the different editions of oracle?

799


How to initialize variables with default values?

844


How do I spool in oracle?

719


i have a question here... As of my knowledge, when we apply an index (b-tree)on a column, internally it arranges the data in b-tree format and do the fetching process correspondingly... and my quetion is... How a bit-map index arranges the data internally when applied on a column?IS it in b-tree format or whatelse?

1694


How to create a stored function in oracle?

821


what is the use of system.effective.date variable in oracle?

863


How to execute the package in oracle?

792


Will you be able to store pictures in the database?explain.

728