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

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

What is java sql package?

1140


What is not in sql?

997


what is the difference between a web-garden and a web-farm? : Sql dba

1137


How can we solve sql error: ora-00904: invalid identifier?

1292


Write a query to display the current date in sql?

1076


How do you update a sql procedure?

1090


what are the differences between public, private, protected, static, transient, final and volatile? : Sql dba

1090


What is procedure explain with program?

1063


What is partition by in sql?

1126


Is foreign key mandatory?

1064


what is the difference between join and union? : Sql dba

1195


how to check server status with 'mysqladmin'? : Sql dba

1131


What is data abstraction in sql?

1064


What is structural independence and why is it important?

1071


Can we insert in view in sql?

1100