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 is a datasource in java?
What port does jdbc use?
What class.forname does, while loading the drivers?
What is the syntax of URL to get connection?
How do I check in my code whether a maximum limit of database connections have been reached?
If I use the JDBC API, do I have to use ODBC underneath?
While in CallableStatament using in the oracle my procedure is return no.of columns so in java how can i retrivbe the data and i wnat to view all data which is reetrive from my procedure
what happens if connection is not closed?
How warnings are retrieved in JDBC?
how to use CallableStatement? specially how to use their index given ..
How to check null value in JDBC?
What are the Normalization Rules?