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 self join and how it works??

Answers were Sorted based on User's Feedback



what is self join and how it works??..

Answer / srinu

Joining the Table data it self is called self join,it will work based on the join condition

Is This Answer Correct ?    4 Yes 1 No

what is self join and how it works??..

Answer / alok kumar samartha

The concept of joining a table with itself is called self
join or inner join.It works based on the provided join condition
example:-select e1.empno employee,e2.ename manager from emp
e1,emp e2 where e2.empno=e1.mgr;

Is This Answer Correct ?    3 Yes 4 No

Post New Answer

More SQL PLSQL Interview Questions

what is an index? : Sql dba

0 Answers  


What are the operators in sql?

0 Answers  


write a query to delete similar records in different tables with same structure

4 Answers  


Can sql developer connect to db2?

0 Answers  


What do you mean by table in sql?

0 Answers  


What is a package ? What are the advantages of packages ?

2 Answers   Symphony,


What is rank function in sql?

0 Answers  


Explain sql data types?

0 Answers  


How do I know if I have sql express or standard?

0 Answers  


What do you mean by rowid?

0 Answers  


What is the use of index in sql?

0 Answers  


What is trigger point?

0 Answers  


Categories