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 |
How to check jdbc driver version in sql server?
What are the advantages of using jdbc datasource?
How to check jdbc connection in java?
What type of driver you use in real-time projects?
What does executequery return in java?
wa is connection pooling? how do u create connection pooling?wat is use connection pooling?
What is JDBC PreparedStatement?
why are using type4 driver in realtime projects?
What does the connection object represents?
Which type of JDBC driver is the fastest one?
What is Apache DBCP API?
What are the benefits of PreparedStatement over Statement?