What are different types of joins ?

Answers were Sorted based on User's Feedback



What are different types of joins ?..

Answer / amit das

1.Equi join
2.Natural Join
3.cartegian/cross/non-equi join
4.outer join(+)>>a)left outer join
b)right outer join
5.self join

Is This Answer Correct ?    3 Yes 0 No

What are different types of joins ?..

Answer / mathan kumar

Two Type of Joins are there
1) Inner Join
2) Outer Join
In Inner join has 3 types they are as follows
a)Equi join
b)Cross Join
c)Natural Join
In Outer join has 3 types they are as follows
a)Left Outer Join
b)Right Outer Join
c)Full Outer Join

Is This Answer Correct ?    2 Yes 1 No

What are different types of joins ?..

Answer / sreekanth

Basically there are 5 types of joins, they are

1.Equi join
2.Non-equi join
3.cartegian join
4.outer join(+)>>a)left outer join
b)right outer join
5.self join

Is This Answer Correct ?    0 Yes 0 No

What are different types of joins ?..

Answer / t.rajesh gupta

Different types of joins are 1.self join, 2. Equi join, 3.
non-equi join 4. cross join

Is This Answer Correct ?    0 Yes 0 No

What are different types of joins ?..

Answer / amar misra

1-Inner Join
2-Outer Join
3-Left Join
4-Right Join
5-Self Join

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More SQL PLSQL Interview Questions

Is it possible to create the following trigger: before or after update trigger for each row?

1 Answers  


What does pl sql stand for?

1 Answers  


----> There is a table T with two columns C1 and C2. The data is as below: C1 C2 1 4 2 5 3 6

4 Answers   ICICI,


what is a foreign key ? : Sql dba

1 Answers  


what is the stuff function and how does it differ from the replace function? : Sql dba

1 Answers  


I WANT INFORMATION ABOUT SAS SOFTWARE USING FINANCIAL COMPANIES LIST, PLESE GIVE ME DETAILS ABOUT

1 Answers   AOL,


How to avoid duplicate records in a query?

1 Answers  


What are sql ddl commands?

1 Answers  


Is left join inner or outer by default?

1 Answers  


How is sql used in oracle?

1 Answers  


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

1 Answers  


How can you get sql*loader to commit only at the end of the load file? : aql loader

1 Answers  


Categories