various types of joins

Answers were Sorted based on User's Feedback



various types of joins..

Answer / raj

Outer Join, Inner Join and self join

Is This Answer Correct ?    8 Yes 1 No

various types of joins..

Answer / samir kumar sahoo

Generally there are five types of joins in oracle:

Self Join
Equi Join
Cartesian Join
Outer Join(Left outer join,Right outer join)
Non_Equi JOin

Is This Answer Correct ?    7 Yes 0 No

various types of joins..

Answer / s. senthil kumar

There are Two Types of joins:

I. Inner Join
II. Outer Join


I: Inner join:a) Equi join, b) Non Equi join c) self join
II: Outer join: a) Left outer join, b) right outer join,
c) Full outer join

Is This Answer Correct ?    6 Yes 0 No

various types of joins..

Answer / kumar

Types of joins are :

Equi-Join
Non-Equi-Join
Right Outer Join
Left Outer Join
Full Outer Join
Self Join

Is This Answer Correct ?    1 Yes 0 No

various types of joins..

Answer / shankar

1. Equi Join
2. Non-Equi join
3. Outer Join
4. Self Join

Is This Answer Correct ?    2 Yes 2 No

various types of joins..

Answer / arkchowdary

Joins-------------------- We have
Equi join,
Non-Equi Join,
Outer Join,
Self Join,
Cartesian Join.

Is This Answer Correct ?    1 Yes 1 No

various types of joins..

Answer / anurag

EquiJoin
Non-equijoin
Outer join
Self join

Is This Answer Correct ?    1 Yes 1 No

various types of joins..

Answer / anjum

There are four types of joins

Inner join (Equi join,Non Equi join)
Outer join (Left outer, Right outer,Full outer)
Self join
Cartesian join

Is This Answer Correct ?    0 Yes 0 No

various types of joins..

Answer / vikash kumar gupta

basically three type of join.
inner join,outer join,Cartesian join or product join

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Oracle General Interview Questions

What is Java Pool in Oracle?

0 Answers   MCN Solutions,


Create table Employee ( Employee_Id varchar2(8) Constraint emp_id_pk primary key, FirstName varchar2(50), LastName varchar2(50), DeptID Number(5) Constraint dept_id_fk Foreign Key(DeptId) References Department(DeptId) ) Error I am getting: Constraint specification are not allowed here

2 Answers  


Explain the use of file option in exp command.

0 Answers  


You create a private database link and upon connection, fails with: ORA-2085: connects to . What is the problem? How would you go about resolving this error?

1 Answers  


When do you get a .pll extension in oracle?

0 Answers  






sql command 2 know current database

4 Answers  


what is primary key and foreign key when and where have to use

5 Answers  


What are the factors causing the reparsing of SQL statements in SGA?

2 Answers  


find out the third highest salary?

92 Answers   CIPL, Cyber Shot, HCL, Hewitt, IBM, JPMorgan Chase, Orion, Verizon,


In not less than 100 words what's the main difference between Rolap and Molap in ORACLE ?

0 Answers  


Is oracle a relational database?

0 Answers  


Explain the use of control file?

0 Answers  


Categories
  • Oracle General Interview Questions Oracle General (1789)
  • Oracle DBA (Database Administration) Interview Questions Oracle DBA (Database Administration) (261)
  • Oracle Call Interface (OCI) Interview Questions Oracle Call Interface (OCI) (10)
  • Oracle Architecture Interview Questions Oracle Architecture (90)
  • Oracle Security Interview Questions Oracle Security (38)
  • Oracle Forms Reports Interview Questions Oracle Forms Reports (510)
  • Oracle Data Integrator (ODI) Interview Questions Oracle Data Integrator (ODI) (120)
  • Oracle ETL Interview Questions Oracle ETL (15)
  • Oracle RAC Interview Questions Oracle RAC (93)
  • Oracle D2K Interview Questions Oracle D2K (72)
  • Oracle AllOther Interview Questions Oracle AllOther (241)