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 Right Outer Join?

Answer Posted / ram

select empno,ename,sal,e.deptno,dname from emp e right outer
join dept d where e.deptno=d.deptno

in abvoe query we use emp and dept table with right outer join
which produce output all records from dept table and
matched records from emp table

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is multi-statement table-value user-defined function?

1051


Who is the owner of a schema in ms sql server?

1116


How do I schedule a sql server profiler trace?

1026


What are out-of-range errors with date and time literals?

1091


Where is trigger in sql server?

1103


What is lock escalation and what is its purpose?

1024


What are the different types of upgrades that can be performed in sql server?

1212


Explain user defined views?

1008


What are indexes in ms sql server?

1114


Explain Capacity planning to create a database? and how to monitor it?

4243


How to access the deleted record of an event?

1091


What is difference between order by and group by?

1052


What is triggers and its types?

1064


List down some advantages of sql stored procedure?

1013


Explain unique key in sql server?

1049