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

How to write a query with a right outer join in oracle?

633


How does propagation differ between Advanced Replication and Snapshot Replication (read-only)?

1840


Can we use oracle pl/sql block in core java? if so how? pls get back to me .....

2518


Difference between pre-select and pre-query

583


What is an oracle and why it is used?

635






How to convert character types to numeric types?

588


How to drop an index?

550


Explain the different normalization forms?

602


What is snapshot is too old? Give and example for better understand.

1111


What is a view and how is it different from a table?

580


How to call a stored function with parameters?

572


Is there any function in oracle similar like group_concat of mysql?

552


How do I manually uninstall oracle client?

524


How would you begin to troubleshoot an ORA-3113 error?

1612


Typically, where is the conventional directory structure chosen for Oracle binaries to reside?

1592