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

Mention what are different methods to trace the pl/sql code?

0 Answers  


Is pl sql better than sql?

0 Answers  


What is auto increment?

0 Answers  


How to convert ms-excel file to oracle table?

2 Answers  


How many sql commands are there?

0 Answers  






how to rename an existing table in mysql? : Sql dba

0 Answers  


How many tables can you join in sql?

0 Answers  


Is clustered index a primary key?

0 Answers  


What is Difference Between delete and Truncate?

9 Answers  


What is dense_rank in sql?

0 Answers  


package specification-3 procedures package body-4 procedures how can i write for other procedure in package body

2 Answers   Reliance,


What is union and union all keyword in sql and what are their differences?

0 Answers  


Categories