What are the different types of joins and what does each do?

Answers were Sorted based on User's Feedback



What are the different types of joins and what does each do?..

Answer / swapna

Different types of joins are normal joins and set joins.

Normal joins are outer joins and inner joins.

Inner joins are cross join,equi join,non-equi joins,self
joins.

Outer joins are left outer join,right outer join,full outer
joins.

Set joins are union,union all,intersect,minus.

Is This Answer Correct ?    4 Yes 0 No

What are the different types of joins and what does each do?..

Answer / sachin patil

Diff types of join

1. Inner
2.Left Outer
3.Right Outer
4.Cartesian
5.Self Join

Is This Answer Correct ?    2 Yes 0 No

Post New Answer

More SQL Server Interview Questions

Describe in brief authentication modes in sql server.

0 Answers  


What do you mean by an execution plan? How would you view it?

0 Answers  


How to send email from database?

0 Answers  


What is the importance of concurrency control?

0 Answers  


How can we improve performance by using SQL Server profiler?

0 Answers   QuestPond,






How you would rewrite the sql query to return the customerid sorted numerically?

0 Answers  


What command do we use to rename a db, a table and a column?

0 Answers  


Explain hostprotectionattribute in sql server 2005?

0 Answers  


What is the use of keyword with encryption.

0 Answers  


How can you check the level of fragmentation on a table?

0 Answers  


What are the OS services that the SQL Server installation adds?

3 Answers  


What is a unique index?

0 Answers  


Categories