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 / surya
A.x = B.x(+) is outer join.
A.x = B.x is inner join of two tables
| Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
What suggestions do you have to reduce the network traffic?
various types of hints and their usage
What happens if the imported table already exists?
Can we write insert statement in function in oracle?
How to estimate disk space needed for an export job?
Explain about the analyze command in oracle?
How to connect the oracle server as sysdba?
Is primary key indexed by default in oracle?
how can db_files > maxdatafiles since db_files is for instance and the later is for database
Explain the features of oracle?
How to calculate date and time differences in oracle?
What are transaction isolation levels supported by oracle?
What is a database table in oracle?
When do you get a .pll extension in oracle? Explain its importance
What is the data pump export utility?