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...

What is the difference between Outer join and Full outer join?

Answer Posted / bukko

A join is between 2 tables (or views), for example:

TABLE1 <==> TABLE2

A LEFT OUTER JOIN returns all rows from the LEFT table (TABLE1 in the example) and only the rows from the RIGHT table (TABLE2) where the columns in the join clause match.

A RIGHT OUTER JOIN is, unsurprisingly, the same but reveresed, i.e. all rows from TABLE2 plus the rows from TABLE1 where the columns in the join clause match.

A FULL OUTER JOIN is both; it returns all rows which would result if it were a LEFT OUTER JOIN plus all the rows which would result if it were a RIGHT OUTER JOIN.

Is This Answer Correct ?    9 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What happens to the current transaction if the session is killed?

965


What is oracle update statement with inner join ?

1033


How many file formats are supported to export data?

1195


How to assign data of the deleted row to variables?

1056


Who developed oracle & when?

987


How to write date and time literals in oracle?

987


Can we write dml statement in function in oracle?

1067


How to convert a string to a date in oracle database?

1031


How to create a new tablespace in oracle?

967


How to export data with a field delimiter?

1022


What is index-organized table in Oracle?

1053


what is the use of triggers in Java program? I mean where do we use triggers in Java programming?

2168


how to do daily transactions with out sql* loader control file regesterd in apps?

1666


What are the components of logical database structure in oracle database?

1066


What are data pump export and import modes?

1048