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 |
Can I enable requests to a jdbc connection pool for a database connection to wait until a connection is available?
How we store procedure in oralce for callable statements in jdbc
What is database connection pooling? Advantages of using a connection pool?
how many JDBC drivers ?name them?
what is connection pooling?
Where can I find ojdbc14 jar file?
What is the function of setautocommit?
What is the meaning of connection?
How many isolation levels are supported in JDBC and what are they?
Where is mysql jdbc driver located?
Explain the difference between rowset vs. Resultset in jdbc?
Why do you use a data source object for a connection?