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

How to retrieve rows from a db2 table in embedded sql?

0 Answers  


What is an intent lock?

3 Answers  


I have a main program (A) where we delete some rows in table in a cursor, and we commit it in sub program(B). What will happen - will we get an error or not?

2 Answers  


How do you declare a host variable (in COBOL) for an attribute named emp-name of type VARCHAR(25) ?

2 Answers   IBM, Tech Mahindra,


What is pagespace?

1 Answers  


What are bind parameters in db2?

0 Answers  


When do you specify the isolation level?

0 Answers  


Suppose the outcome of executing a query results in a row having null. Based on the answer how you use it? Its declaration and inclusion?

2 Answers   Verizon,


What is the picture clause of the null indicator variable?

6 Answers  


What is db2 bind process?

0 Answers  


I have a table name Table1 which contain columns Cust_no, car_model, country, salesamt. The records are 101, Fiat, India, 12345 2nd record is 102, Tata, USA, 98743 3rd record is 101, indica, India, 65342 4th record is 103, Toyota, UK, 64522 5th record is 103, Maruti, USA, 98632 and so on..... Now my question is write sql query which will give me detail about the sum of sales amount in perticular country

2 Answers   IBM,


Is it Possible to read from PS file and write it to database by using dynamic sql(execute immediate)

2 Answers  


Categories