explain different types of jions with examples briefly?

Answer Posted / ramesh

Basically Joins are used to get result from two or more
tables and there are two types of joins
inner join and outer join
Inner join : a join of two or more tables which omits the
blank rows while checking

Outer join is subcatogorised in to left outer join and right
outer join. Which includes blank rows in specifed side if
condition satisfies.
Simple outer join is combination of left and right outerjoins.
Apart from these there are
Natural join : cartisian product
Equi join : which includes = operator in condition
NonEqui join : All conditional joins which doesn't uses = in
there conditions.

Is This Answer Correct ?    3 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to provide values to user defined function parameters?

752


What are the differences between clustered and non-clustered index?

712


explain different types of constraints? : Sql server database administration

699


What is SQL Azure Fabric?

106


What are the dis_advantages of stored procedures, triggers, indexes?

1919






How to create an identity column?

846


How to enter unicode character string literals in ms sql server?

747


Explain indexing and what are the advantages of it?

709


Is the primary key column of a table an index in ms sql server?

700


What are the options which must be set to allow the usage of optimistic models?

701


Does full backup break log chain?

729


Is foreign key a primary key?

680


How to search for a string in all stored procedure in sql server?

736


Explain the purpose of indexes?

719


What is a transact-sql statement batch in ms sql server?

670