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 an outer join? difference between left outer join
right outer join with an example?

Answer Posted / m m naidu

OUTER JOIN: It is used to retrieve all the rows from one
table but matched rows from another table

LEFT OUTER JOIN: It displays matched row from two tables
and unmatched row from left hand side table

EX: select a.empno,a.ename,a.sal,b.deptno,b.dname,b.loc
from emp a left outer join dept b on(a.deptno=b.b.deptno)

RIGHT OUTER JOIN: It displays matched rows from two tables
and unmatched row from right hand side table

EX: select a.empno,a.ename,a.sal,b.deptno,b.dname,b.loc
from emp a right outer join dept b on(a.deptno=b.b.deptno)

Is This Answer Correct ?    15 Yes 5 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What you mean by drill across and what is the difference between drill through, drill across?

1078


How to deploy from one server to another server?

2539


What is cognos powerhouse?

1077


Explain informatica architecture?

1047


is there any difference between operational database and data base?if yes what r they?

2115


What are the types of folder present in cognos?

1132


What are the advantages of using cognos sql?

1241


What is meant by drill down?

1030


How to publish a package by running Java Script?

2122


What do you understand by the term 'dynamic cube'?

1067


Can you explain dynamic query mode?

1097


Can you define pivot?

1195


What do you understand by the term 'aggregate cache'?

1019


What are the types of catalogs in cognos?

1181


What DB View and Bus View?

2027