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

Where can I find ojdbc14 jar file?

0 Answers  


What are the different types of classes in the api component?

0 Answers  


Which is better jpa or jdbc?

0 Answers  


How to check null value in JDBC?

1 Answers   CTS,


r u used any design patterns in your project?

3 Answers   Wipro,






What is jdbc and jpa?

0 Answers  


What is the difference between Minus, and Intersect?

1 Answers  


Is jdbc database independent?

0 Answers  


What causes the "No suitable driver" error?

0 Answers  


What is JDBC Connection? Explain steps to get Database connection in a simple java program.

0 Answers  


What is the fastest type of JDBC driver?

0 Answers  


write down exceptions those appear in java programs when u write JDBC Programs?

2 Answers  


Categories