What is JOIN and different types of JOIN.

Answers were Sorted based on User's Feedback



What is JOIN and different types of JOIN...

Answer / nidhi sharma

joining of data from two different table by coloums
inner join
outer join
a.left outer join
b.right outer join
c.full outer join

Is This Answer Correct ?    26 Yes 1 No

What is JOIN and different types of JOIN...

Answer / vamsikrishnamraju

Sometimes we have to select data from two or more tables to
make our result complete.
inner join
left join
right join

Is This Answer Correct ?    7 Yes 4 No

Post New Answer

More DB2 Interview Questions

Is it possible to update a primary key value? If not, what is the error code given? If yes, can more than 1 primary key column be updated at a time?

8 Answers  


What is a lock?

1 Answers  


Why cursor is used in db2?

0 Answers  


What is ibm db2 client?

0 Answers  


What is database manager in db2?

0 Answers  






For Read Stability locks are not applicable for phantoms, What is Phantoms?

2 Answers  


DB2 can implement a join in three ways using a merge join, a nested join or a hybrid join. Explain the differences?

0 Answers  


What is a db2 package?

0 Answers  


Name some fields from SQLCA.

2 Answers  


select * from orders where odate between '2010-01-01'and '2010-03-31' How do u fetch this into cursor?

2 Answers  


What is table space in db2?

0 Answers  


What is the difference between dbm cfg and db cfg file in db2 ?

0 Answers   MCN Solutions,


Categories