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

How do you bind variables in pl sql?

0 Answers  


Define concurrency control. : Transact sql

0 Answers  


How do I view a table in sql?

0 Answers  


what is a stored procedure? : Sql dba

0 Answers  


how to load data files into tables with 'mysqlimport'? : Sql dba

0 Answers  


how to rename an existing column in a table? : Sql dba

0 Answers  


How many types of keys are there in sql?

0 Answers  


How do I access sql anywhere database?

0 Answers  


Are stored procedures faster than dynamic sql?

0 Answers  


Define join and name different types of joins?

0 Answers  


What is the difference between SQL and PLSQL

7 Answers   IBM,


Enlist the characteristics of pl/sql?

0 Answers  


Categories