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 are set operators?
What is the difference between the Oracle ODBC driver and a Microsoft ODBC (Open Database Connectivity) Driver?
What is the use of file param in imp command?
What is difference between sid and service name in oracle?
Difference between cartesian join and cross join?
What is difference between cartesian join and cross join?
What are oracle functions?
List the types of joins used in writing subqueries?
An automatic job running via DBMS_JOB has failedKnowing only that its failed, how do you approach troubleshooting this issue?
What are the database administrators utilities available?
What is the scope of a local variable?
How many types of tables supported by oracle?
How would you configure your networking files to connect to a database by the name of DSS which resides in domain icallinc.com?
How can I combine multiple rows into a comma-delimited list in oracle?
Can a parameter be passed to a cursor?