What are joins..how many types of joins are there?

Answers were Sorted based on User's Feedback



What are joins..how many types of joins are there?..

Answer / keshavenas

Basically join's are three type's those are :

1.Cross join
2.Equi join
a.Natural join
b.inner join
c.outer join(Simple join)
i.Left outer join
ii.Right outer join
iii.Full outer join
d.Self join
3.Non-equi join

Is This Answer Correct ?    1 Yes 0 No

What are joins..how many types of joins are there?..

Answer / prabhat shukla

Basically there are three types of join

1.Inner join
2.Outer join
3.self join

and there are two types of join based on condition.

1.equi-join(if we use equal operator while joining tables)
2.Non-equi-join( if we use other than equal operator while
joining tables.(this on is rarely used.)

Is This Answer Correct ?    0 Yes 0 No

What are joins..how many types of joins are there?..

Answer / sourabh sharma

=>INNER JOIN: Return rows when there is at least one match
in both tables
=>LEFT JOIN: Return all rows from the left table, even if
there are no matches in the right table
=>RIGHT JOIN: Return all rows from the right table, even if
there are no matches in the left table
=>FULL JOIN: Return rows when there is a match in one of the
tables

Is This Answer Correct ?    0 Yes 0 No

What are joins..how many types of joins are there?..

Answer / tauqueer

Joins means we can join two or more then two table in
single query.
there are 3 types of join..
1. INNER JOIN.
2. OUTER JOIN.
1.Left outer join.
2.right outer join.
3.full outer join.
3. CROSS JOIN.

Is This Answer Correct ?    0 Yes 1 No

What are joins..how many types of joins are there?..

Answer / m.sivakumar

joins is a that combines the rows from two or more tables

joins are 5 types
1.cross join
2.equi join or inner join
3.outer join
4.self join
5.non_equi join

Is This Answer Correct ?    1 Yes 2 No

What are joins..how many types of joins are there?..

Answer / niranjan.b

In sql joins are 3 types
1.Inner join
2.Outer join
a)left outer join
b)right outer join
c)full outer join
3.Cross join

Is This Answer Correct ?    0 Yes 2 No

What are joins..how many types of joins are there?..

Answer / guruswamy

join is combaining two or more tables.
there are three types.they are
1).simple join
2).self join
3).3.outer joins

Is This Answer Correct ?    15 Yes 21 No

What are joins..how many types of joins are there?..

Answer / pravin

Joins are used to fetch data or information from one or
more tables and there are five types of join.
1. Inner Join
2. Outer Join
3. Self Join
4. Cross Join
5. Exception Join

Is This Answer Correct ?    27 Yes 40 No

What are joins..how many types of joins are there?..

Answer / ron

looks like one important is left out:
guess what it's
cartesian join.

Is This Answer Correct ?    12 Yes 35 No

Post New Answer

More Oracle General Interview Questions

Hi all, Can any one give answer for this question. Suppose im having employee table with fields, eno, ename, dept, address1, address2, address3. In address field employee can fill only address1 or address2 or address3... at a time he can fill three address fields. now i want all employee names who filled only one address field.. Plz its urjent can any one give querry.. Thanks in advance.

4 Answers   JPMorgan Chase,


master table and child table performances and comparisons in Oracle ?

0 Answers  


Give the Types of modules in a form?

1 Answers  


How to create tables for odbc connection testing?

0 Answers  


What is a private synonym?

0 Answers  






How to lock and unlock a user account in oracle?

0 Answers  


How to increment dates by 1 in oracle?

0 Answers  


What is a Data Dictionary ?

5 Answers  


What is program global area (pga) in oracle?

0 Answers  


How to pass parameters to procedures in oracle?

0 Answers  


why you need store procedure ? where do we use it in a Java project? can you get the code for as store procedure using in Java?

1 Answers   Goldman Sachs,


what is IDE,DMV in sql server?

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)