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 is new in JDBC 2.0?

0 Answers  


What is Apache DBCP API?

0 Answers  


What is savepoint in jdbc?

0 Answers  


How do I know which jdbc driver to use?

0 Answers  


Under what circumstances, that all four drivers are used?

0 Answers   TCS,


Does the JDBC-ODBC Bridge work with Microsoft J++?

0 Answers  


What are the steps to connect to the database in java?

0 Answers  


What is transaction processing in jdbc?

0 Answers  


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

2 Answers   Wipro,


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 ?

0 Answers  


What is the use of jdbc api?

0 Answers  


Which type of JDBC driver is the fastest one?

0 Answers  


Categories