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 is new in JDBC 2.0?
What is Apache DBCP API?
What is savepoint in jdbc?
How do I know which jdbc driver to use?
Under what circumstances, that all four drivers are used?
Does the JDBC-ODBC Bridge work with Microsoft J++?
What are the steps to connect to the database in java?
What is transaction processing in jdbc?
After creating conntinpool in weblogic how to write the code in programe where i can use that pool object in the programe connecting to the database and how to debug programe withou eclipse
If you are given a choice to implement the code to either insert a record or update if already exist, which approach will you follow ?
What is the use of jdbc api?
Which type of JDBC driver is the fastest one?