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

517


Is drop table faster than truncate?

547


What are all the common sql functions?

559


Is primary key a clustered index?

533


What is procedure explain with program?

550






What are hotfixes and patches?

527


how to see the create table statement of an existing table? : Sql dba

521


What is mutating sql table?

608


Whis is not false in primary key?

975


Is left join inner or outer?

583


What is the use of primary key?

535


What is $$ in sql?

553


Cite the differences between execution of triggers and stored procedures?

617


Is hadoop a nosql?

571


Explain how exception handling is done in advance pl/sql?

550