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 JDBC API and when do we use it?
Define preparedstatement.
Explain the JDBC Architecture?
What is jdbc and jdbc drivers?
What is the use of jdbc?
What are the different types of drivers under jdbc?
which scenarios we go for jdbc,and which scenario we go for connection polling and wat r advantages and disadvantages using connection pooling.
How do you know which driver is connected to a database?
Is java a database?
What is execute in java?
Where is ojdbc14 jar located?
What is the use of setFetchSize() and setMaxRows() methods in Statement?