A and B are tables. x is a column. Then What is difference
between A.x = B.x(+) and A.x = B.x ?

Answers were Sorted based on User's Feedback



A and B are tables. x is a column. Then What is difference between A.x = B.x(+) and A.x = B.x ?..

Answer / ramesh

A.x=B.x(+) is not a right outer join it is left outer join

Is This Answer Correct ?    10 Yes 0 No

A and B are tables. x is a column. Then What is difference between A.x = B.x(+) and A.x = B.x ?..

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

A and B are tables. x is a column. Then What is difference between A.x = B.x(+) and A.x = B.x ?..

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

A and B are tables. x is a column. Then What is difference between A.x = B.x(+) and A.x = B.x ?..

Answer / subha

A.x=B.x(+) will display all the vlaues of X from B table
and Deficient information of A table.
IT is right outer join concept.

where as

A.x=B.x will display records that are matching from both
the tables.

Is This Answer Correct ?    11 Yes 5 No

A and B are tables. x is a column. Then What is difference between A.x = B.x(+) and A.x = B.x ?..

Answer / guest

the difference between A.x=B.x(+) is a outer join and
A.x=B.x is a inner join.

Is This Answer Correct ?    2 Yes 1 No

A and B are tables. x is a column. Then What is difference between A.x = B.x(+) and A.x = B.x ?..

Answer / hadeera

A.X=B.X(+)
Is left outer join.
It gives all the values of column x table A.
And the values of column X TABLE B of those records which
match the records.

Is This Answer Correct ?    0 Yes 0 No

A and B are tables. x is a column. Then What is difference between A.x = B.x(+) and A.x = B.x ?..

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

More Oracle General Interview Questions

Can the query output be sorted by multiple columns in oracle?

0 Answers  


how to find out largest value in a table

2 Answers  


What are the various types of snapshots ?

0 Answers  


What are the most common interview questions on ETL Testing for experience?

0 Answers  


What is the function of Optimizer ?

1 Answers  






How to retrieve data from an cursor to a record?

0 Answers  


What is ordinary table in oracle?

0 Answers   MCN Solutions,


Anyone have the Latest Oracle Dumbs?While u have please forard to narain1411@gmail.com

0 Answers  


Hi All, Recently I attended a interview for a developer position in an educational university. They asked me the a question, I answered somehow but I was not not satisfied myself. Can anybody reply for it? The question is: A business user comes to you directly with an urgent request:: there is a problem with some students not being able to re-enrol. It appears that ?something has gone wrong with the end-dating of some previous courses they had enrolled in, and this is preventing them from completing their on-line re-enrolments?. Fortunately the user has done some analysis on the situation, and has developed some code to change the end dates. They tell you that they have tested this code in the ?dev? environment, and it works fine. They are asking you to please get this implemented in production as soon as possible. What steps would you take in response to their request ? Thanks

2 Answers  


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

0 Answers  


What are the different types of partitions in oracle?

0 Answers  


What is an index associated with a constraint?

0 Answers  


Categories
  • Oracle General Interview Questions Oracle General (1789)
  • Oracle DBA (Database Administration) Interview Questions Oracle DBA (Database Administration) (261)
  • Oracle Call Interface (OCI) Interview Questions Oracle Call Interface (OCI) (10)
  • Oracle Architecture Interview Questions Oracle Architecture (90)
  • Oracle Security Interview Questions Oracle Security (38)
  • Oracle Forms Reports Interview Questions Oracle Forms Reports (510)
  • Oracle Data Integrator (ODI) Interview Questions Oracle Data Integrator (ODI) (120)
  • Oracle ETL Interview Questions Oracle ETL (15)
  • Oracle RAC Interview Questions Oracle RAC (93)
  • Oracle D2K Interview Questions Oracle D2K (72)
  • Oracle AllOther Interview Questions Oracle AllOther (241)