What is meant by Join? What are the different types of
Joins available? Explain.

Answer Posted / jiya jain

The nature of relational database design shows that we will
have related data that is stored in different tables. To
retrieve data from two or more tables we use JOINS.

The JOIN clause tells the database how the data in the two
tables is related so that it can return a correct
representation of the related data.

There are different types of join.

Types of Join are :
1.Self Join
2.Inner Join
3.Outer Join
3.1. Right Outer Join
3.2. Left Outer Join
3.3 Full Outer Join
4.Cross join College Table

For more info go through

http://www.totaldotnet.com/Article/ShowArticle61_SqlServerJo
ins.aspx

Is This Answer Correct ?    4 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can cursors be part of a trigger body?

1116


What is sequence in sql?

506


Is a secondary key the same as a foreign key?

488


Is it possible to pass parameters to triggers?

573


Why cannot I use bind variables in ddl/scl statements in dynamic sql?

665






What are the qualities of 2nf?

541


How do I view stored procedures?

540


tell us something about heap tables. : Sql dba

598


How do I install microsoft sql?

527


What is right join in sql?

551


What do you understand by pl/sql cursors?

546


What are all different types of collation sensitivity?

523


What is the use of double ampersand (&&) in sql queries? Give an example

611


In what condition is it good to disable a trigger?

554


what are the join types in tsql? : Transact sql

572