Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

How to define a record variable to store a table row?

0 Answers  


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

0 Answers  


Tab A A B ------ 1 A 2 B 3 C Tab B A B ----- 4 D 5 E 6 F Generate the value into B table from A table. Only table A has the value. Write the SQL query to get B table value.

0 Answers   TCS,


Explain user account with reference to oracle.

0 Answers  


How to write an inner join with the where clause in oracle?

0 Answers  


How to define an oracle cursor variable?

0 Answers  


Does rowid change in oracle?

1 Answers  


Why do you use stored procedures and state some of its disadvantages?

0 Answers  


i have a table with 1 lac of data.i want to insert this data into another table. i want every 5000 of data insert use a commit.using counter and if error is comming in the 5000 of data it rollback.

1 Answers   MasterCard,


What happens if you lost a data file?

0 Answers  


What are a cluster and non-cluster index?

0 Answers  


1.display list of all users from ur data base.what is the query?

3 Answers   CGI, IBM,


Categories
  • Oracle General Interview Questions Oracle General (1803)
  • 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)