What is an outer join?
Answers were Sorted based on User's Feedback
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 |
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 |
Where can I find ojdbc14 jar file?
What are the different types of classes in the api component?
Which is better jpa or jdbc?
How to check null value in JDBC?
r u used any design patterns in your project?
What is jdbc and jpa?
What is the difference between Minus, and Intersect?
Is jdbc database independent?
What causes the "No suitable driver" error?
What is JDBC Connection? Explain steps to get Database connection in a simple java program.
What is the fastest type of JDBC driver?
write down exceptions those appear in java programs when u write JDBC Programs?