Types of joins ?

Answer Posted / khaleek

There are only three type of joins
1) Equi Join
2) Non Equi Join
3) Cartesian Product or Cross Join.

Further Equi Join and Non Equi join can be divided into
following categories.
1) Inner Join
2) Outer Join
3) Self Join

Again Outer can be divide into following categories.
1) Left Outer Join
2) Right Outer Join
3) Full Outer Join

For detail please see at
<a
href="http://interview-preparation-for-you.blogspot.com/2010/11/difference-between-inner-joinouter-join.html">http://interview-preparation-for-you.blogspot.com/2010/11/difference-between-inner-joinouter-join.html</a>

Is This Answer Correct ?    0 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can a foreign key be null?

809


what is 'mysqladmin' in mysql? : Sql dba

744


What is difference between group by and partition by?

688


Write an sql query to select all records from the table?

752


What is sharding in sql?

738






What will you get by the cursor attribute sql%rowcount?

760


What is percent sign in sql?

929


What is set serveroutput on?

843


What are basic techniques of indexing?

1071


what are numeric data types? : Sql dba

761


What is partition in sql query?

722


how to check myisam tables for errors? : Sql dba

883


What is an invalid partition table?

749


Can you have more than one trigger on a table?

709


Explain the advantages and disadvantages of stored procedure?

853