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 the use of index in sql?

761


What are data types in pl sql?

779


What is a data definition language?

791


what is cross join? : Sql dba

742


What are basic techniques of indexing?

1069






What are the types of records?

743


What is nested table in pl sql?

744


Is hadoop a nosql?

745


How do I run sql profiler?

764


Can instead of triggers be used to fire once for each statement on a view?

712


How can we store rows in PL/SQL using array?

882


How do you explain an index number?

745


What is sql used for?

856


How do I tune a sql query?

725


What is bulk collect in pl sql?

727