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 |
Can we have foreign key reference to a non primary key column ?
What is jdbc databasemetadata interface?
What are the benefits of PreparedStatement over Statement?
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
how many JDBC drivers ?name them?
Why do I have to reaccess the database for Array, Blob, and Clob data?
What is an odbc driver?
What is JDBC DataSource and what are it’s benefits?
How to insert and delete a row programmatically? (new feature in JDBC 2.0)
What is a statement in java?
What is a jdbctemplate?
What is “dirty read” in JDBC? Which isolation level prevents dirty read?