Types of joins ?

Answers were Sorted based on User's Feedback



Types of joins ?..

Answer / ramesh yadav

IN ORACLE 9i.

Equi - Join = Both are same Names only different
simple join
inner join
Natural join
join

Non - Equi Join

Outer Join
Left outer join
Right outer joi
Full outer join

Self join
Cartesian Product

Is This Answer Correct ?    9 Yes 0 No

Types of joins ?..

Answer / bipin

sql-server

inner join
outer join
left outer join
right outer join
full outer join
cross join


oracle sql

inner join
outer join
left outer join
right outer join
full outer join
cross join
natural join

Is This Answer Correct ?    8 Yes 2 No

Types of joins ?..

Answer / vinodkumar.r

2 types
1)inner join ,
2)outer join
a)left outer
b)right outer
c)full outer

Is This Answer Correct ?    7 Yes 2 No

Post New Answer

More SQL PLSQL Interview Questions

Can we change the table name in sql?

0 Answers  


what are the 'mysql' command line arguments? : Sql dba

0 Answers  


What do you mean by dbms? What are its different types?

0 Answers  


Can I join the same table twice?

0 Answers  


What is trigger and stored procedure in sql?

0 Answers  






Can a select statement fire a trigger?

0 Answers  


Why we use cross join?

0 Answers  


Can we interchange parameters in procedure while calling

1 Answers   TCS,


what is overloading procedure or overloading function ?

3 Answers   Genpact,


Explain the savepoint statement.

0 Answers  


how to enter numeric values as hex numbers? : Sql dba

0 Answers  


Is natural join same as inner join?

0 Answers  


Categories