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

Answer Posted / rama mohan reddy

ACTUALLY PRIOR 8i THERE ARE 4 TYPES OF JOINS ARE THERE THEY ARE
1. EQUI JOIN
2. NON EQUIJOIN
3. SELF JOIN
4. OUTER JOIN
A) LEFT OUTER JOIN
B) RIHT OUTER JOIN

BUT ANSI PROIDES NEW JOINS FROM 1999 THEY ARE
1. CROSS JOIN
2. NATURAL JOIN
3. USING CLAUSE
4. INNER JOIN //SAME AS EQUI JOIN PRIOR 1999
5. SELF JOIN //SAME AS SELF JOIN PRIOR 1999
6. RIHT OUTER JOIN
7. LEFT OUTER JOIN
8.FULL OUTER JOIN

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

 What are the oracle DML commands possible through an update strategy?

581


How to name query output columns in oracle?

687


Which environment variables are absolutely critical in order to run the OUI?

1658


can u send the sql dumps to sivakumarr1987@gmail.com plz help me

2596


Can we protect our pl/sql source code?

578






How to check the oracle tns settings?

573


Give the various rollback segment states.

579


Respected sir, Please send me technical questions related to oracle apps..

1379


Is insert autocommit in oracle?

603


what is a Nested Loop join?

1566


Explain oracle data types with examples?

577


Is there any way to find out when one specific table/view/M-view is used last time. i.e. when one specific object is used in any SELECT statement.

859


What happens to indexes if you drop a table?

698


How to drop a stored procedure in oracle?

592


Explain the use of inctype option in exp command.

594