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
what is the difference between data migration and production migration.
How do I know if oracle is installed on windows?
List out the difference between commit, rollback, and savepoint?
Explain the use of record length option in exp command.
When do I need to use a semicolon vs a slash in oracle sql?
What is java oracle used for?
How can I combine multiple rows into a comma-delimited list in oracle?
How do I escape a reserved word in oracle?
What is the usage of control file in oracle?
What is logical backup in oracle?
How many types of table in Oracle?
What are the types of trigger in oracle?
How to pass parameters to procedures in oracle?
Illustrate how to determine the amount of physical CPUs a Unix Box possesses (LINUX and/or Solaris).
How to call a stored function in oracle?