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

What languages bi uses to achieve the goal?

515


Is it ok to shrink transaction log?

521


What type of locking occurs during the snapshot generation? : sql server replication

874


What are key constraints?

520


Explain an automatic checkpoint

567






explain different levels of normalization? : Sql server database administration

527


Tell me what is the difference between locking and multi-versioning?

580


If a user does not have permission to a table, but has permission to a view created on it, will he be able to view the data in table?

559


Can we write a distributed query and get some data which is located on other server and oracle database?

770


Mention the different types of triggers?

553


Define compound operators?

537


Do you know what is sql injection?

546


Why use sub query in sql server and list out types of sub queries?

548


What is system stored procedures?

592


what is raid? : Sql server database administration

559