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 |
What does it mean to "materialize" data?
What does jdbc setmaxrows method do?
What is jdbc connection?
What are the advantages of collection pools?
What is the use of getGeneratedKeys() method in Statement?
What are the common tasks of JDBC?
What are jdbc and its components?
How to insert an image or raw data into database?
What is the latest version of JDBC? What are the new features added in that?
preparedstatement p= new preparedstatement is it possible ?
10 Answers Fidelity, IBM, Infrasys,
Where is ojdbc14 jar located?
How to execute bulk number of queries at once?