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

How do you store pictures in a database?

1057


What is parameterized cursor in oracle?

1219


How to resolve name conflicts between variables and columns?

1076


How to get a list of all background sessions in the database?

1035


What does sharding mean?

1050


What is the difference between view and materialized view in Oracle?

1201


Hi Can any one tell me what are the API's used in requisition import.

1964


Explain the blob datatype?

1122


How to delete a column in an existing table in oracle?

1124


What are the four Oracle system processes that must always be up and running for the database to be useable?

1048


How to name query output columns in oracle?

1237


How to establish administrator authentication to the server?

1087


Where is the export dump file located?

1218


What is bulk copy or bcp in oracle?

1181


Explain the difference between sap and oracle?

1081