What is a self join ?

Answer Posted / anbu

Self join is defined as a table is viewd by two different
ways and then the join can be done with the same table.
By another way the definition is 'A table can be joined
with itself using sel join'.

Is This Answer Correct ?    7 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How will you distinguish a global variable with a local variable in pl/sql?

618


How do you use join?

522


How to find 3rd highest salary of an employee from the employee table in sql?

562


How we can update the view?

597


Is left join faster than join?

536






what are the non-standard sql commands supported by 'mysql'? : Sql dba

569


What are the types of triggers in sql?

492


Is delete faster than truncate?

539


What is the difference between the sql*loader and import utilities? : aql loader

596


What information is needed to connect sql*plus an oracle server?

583


What is the difference between partition and index?

478


C. Normalize the following data up to the 3rd Normal form. Create the tables and insert the data given. Emp_ID Name Dept_Name Salary Course_Title Date_Completed 100 Adam Marketing 48,000 SPSS 6/19/2008 Surveys 10/7/2008 140 Bob Accounting 52,000 Tax Acc 12/8/2008 110 Cathy IT SQL Server 1/12/2008 C# 4/22/2008 190 Dan Finance 150 Emily Marketing 55,000 SPSS 6/16/2008 42,000 Analysis 8/12/2008 Queries 1. Find all Names who have completed the SPSS Course. 2. Find employee with max salary. 3. Find employee with 2nd max salary. 4. Find all employees in Dept “Marketing”. 5. Find all the employees who have taken more than 2 courses. 6. Find all the employees who have completed the courses before month of September.

2167


what is a relationship and what are they? : Sql dba

550


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

593


What is primary key and unique key?

540