Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

Answers were Sorted based on User's Feedback



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

Answer / kilari hemadri

Joins is used to relate two tables and display the result..
types of joins are

inner join
left join
right join
full join
cross join

inner join : It is used to display the common values in
both the tables based on the condition given.

left join : Left join displays all the contents of left
table and dislays the right table contents that are present
in left table.

right join : it is contraversy to left join

full join : it is combination of both left and right joins.

cross join: it takes one row of left table and matches with
all the rows in the right table.

Is This Answer Correct ?    16 Yes 4 No

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

Answer / 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

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

Answer / mahesh

joins are used to relate two tables and display the result..

Types of join

1.inner join
2.outer join
2.1 left outer join
2.2 right outer join
2.3 full outre join
3.cross join

Is This Answer Correct ?    3 Yes 1 No

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

Answer / udaykumar

Join - joining of two tables to itself.
types of joins.....
simple/equi/inner
self
outer
cartesian.

Is This Answer Correct ?    0 Yes 0 No

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

Answer / dinesh kumar

Joins -- Getting related data from more than one table.

Type:
Inner JOin --Equi Join -- Non Equi join
Outer JOin --LEft Join -- Right Join -- Full Outer JOin
CRoss Join

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More SQL PLSQL Interview Questions

How will you delete a particular row from a Table?

7 Answers   Cap Gemini,


What's the procedure?

0 Answers  


what is a foreign key ? : Sql dba

0 Answers  


how to decrement dates by 1 in mysql? : Sql dba

0 Answers  


how to retrieve last tree records from table? select *from emp where rownum > (select count(*)-3 from emp); i am using this query to get last three records from table but its not giving any output, so please tell me what is the error in this query.

16 Answers  


What programs use sql?

0 Answers  


how to retrieve the top 2 salaried persons from a database?

7 Answers   Orion Laboratories,


Can we call stored procedure in function?

0 Answers  


How delete a row in sql?

0 Answers  


How to write html code in pl sql?

0 Answers  


How do I use google cloud in sql?

0 Answers  


Can we commit inside a trigger?

0 Answers  


Categories