what are the different types of joins?

Answers were Sorted based on User's Feedback



what are the different types of joins?..

Answer / a.jyothsna

1)Self Join
2)Equi join (or)Inner Join
2.1)Non-equi Join
3)Outer Join
3.1) Left-Outer Join
3.2) Right-Outer Join
3.3) Full-Outer Join

Is This Answer Correct ?    14 Yes 0 No

what are the different types of joins?..

Answer / desiraju venkata subramanya ka

types of joins
• outer join
• left join
• right join
• equi-join
• non-equi-join
• selfJoin

Is This Answer Correct ?    7 Yes 2 No

what are the different types of joins?..

Answer / prakash

Proprietary Joins
----------------
EquiJoin
Non EquiJoin
Self Join
outer join

Compliant Joins
---------------
Cross Join
Natural Joins
Full or two sided outer joins
Arbitrary Joins

Is This Answer Correct ?    0 Yes 1 No

what are the different types of joins?..

Answer / 123

cross join

Is This Answer Correct ?    2 Yes 5 No

Post New Answer

More SQL PLSQL Interview Questions

What is sql in oracle?

0 Answers  


What is primary key in db?

0 Answers  


What are procedures used for?

0 Answers  


Name some usages of database trigger?

0 Answers  


What are sql procedures?

0 Answers  






define sql insert statement ? : Sql dba

0 Answers  


What is dbo in sql?

0 Answers  


How do you pronounce sql?

0 Answers  


what eliminate duplicate without using roenum and not

5 Answers   Matrix,


1. what is the exact use of hint in sql. 2. How we can avoid index scan in sql even though index is there in the table.

1 Answers   Polaris,


Is it possible to sort a column using a column alias?

0 Answers  


What is the use of <> sql?

0 Answers  


Categories