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 |
Is jdbc a framework?
Hi friends, In JDBC 4 drivers are there among this which driver is best and why it is best.Which driver is most commonly used in web applications.
Name the method, which is used to prepare a callablestatement.
Explain different types of locks in jdbc?
How does JDBC API helps us in achieving loose coupling between Java Program and JDBC Drivers API?
Is JDBC a language or Application?
Why is jdbc used?
How to know howmuch data is truncated?
What does the jdbc resultsetmetadata interface?
What is sqlwarning and discuss the procedure of retrieving warnings?
How the information about db(database) can be retrieved?
How can we execute stored procedures?