What is an outer join?

Answers were Sorted based on User's Feedback



What is an outer join?..

Answer / love kumar

outer join is an extension of Natural join used to deal
with missing statements in a relation.
There are three typs of outer join
1. left outer join
2. right outer join
3. full outer join

Is This Answer Correct ?    12 Yes 0 No

What is an outer join?..

Answer / dsr

Hi,
Outer Join: a and b are both tables and some relation
applied a U b

Is This Answer Correct ?    2 Yes 4 No

What is an outer join?..

Answer / manojkumar.l

It's finding missing columns

Is This Answer Correct ?    1 Yes 7 No

Post New Answer

More JDBC Interview Questions

What does it mean to "materialize" data?

0 Answers  


What does jdbc setmaxrows method do?

0 Answers  


What is jdbc connection?

0 Answers  


What are the advantages of collection pools?

0 Answers  


What is the use of getGeneratedKeys() method in Statement?

0 Answers  


What are the common tasks of JDBC?

0 Answers  


What are jdbc and its components?

0 Answers  


How to insert an image or raw data into database?

0 Answers  


What is the latest version of JDBC? What are the new features added in that?

0 Answers  


preparedstatement p= new preparedstatement is it possible ?

10 Answers   Fidelity, IBM, Infrasys,


Where is ojdbc14 jar located?

0 Answers  


How to execute bulk number of queries at once?

3 Answers   Wipro,


Categories