What is the difference between Union, Unionall ?
Answer / sangeeta
Union will not display the redundant data whereas UnionAll
will display the redundant data.
| Is This Answer Correct ? | 1 Yes | 1 No |
What are the different types of JDBC drivers?
Give me some example for getting connection from connection pooling in JBoss Server. Is Connection Pool default in Server or we have to create it? Who can create Connection Pool in a Team. How it will be accessed by the developer code?
What is url in jdbc connection?
How to invoke Oracle Stored Procedure with Database Objects as IN/OUT?
What are the exceptions in jdbc?
Why would you use setautocommit(false) in jdbc?
why are using type4 driver in realtime projects?
What is jdbc vs odbc?
Does jdbc use ssl?
Why should we close database connections in java?
Is there any limitation for no of statments executed with in batchupdate?
What is metadata in jdbc?