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

What is the importance of sqlcode and sqlerrm?

1053


Is sql a case sensitive language?

706


How do I run a pl sql procedure in sql developer?

691


how to calculate expressions with sql statements? : Sql dba

713


Is sql a scripting language?

690






Does a user_objects view have an entry for a trigger?

754


Is sqlite good enough for production?

730


What is a field in a database?

756


What is varray in pl sql?

757


What are the 3 modes of parameter?

862


Does sql backup shrink transaction log?

731


is it possible to pass an object or table to a procedure as an argument?

816


Are sql connections encrypted?

747


What can you do with pl sql?

765


Does postgresql run on the cloud?

798