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

What is difference between joins and union?

0 Answers  


Is foreign key mandatory?

0 Answers  


What is an inconsistent dependency?

0 Answers  


What is sql profiling in oracle?

0 Answers  


write a query to delete similar records in same table

13 Answers   TCS,






What found sql?

0 Answers  


Can we call stored procedure in function?

0 Answers  


how to create a primary key with out creating an index?

9 Answers   TCS,


Two Methods of retrieving SQL?

7 Answers   Atiric Software, Microsoft, Oracle, TCS, Wipro,


what is indexing, searching and user interface?

1 Answers   HCL,


what is the difference between the query and corelated query

8 Answers   HSBC, IBM, TCS, Xenosoft,


how to use case expression? : Sql dba

0 Answers  


Categories