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 |
Does jdbctemplate use prepared statements?
How do I connect to jdbc?
What is a JDBC 2.0 DataSource?
What is preparedstatement in jdbc?
What are the different types of statements? How we can you use preparedstatement.
How can I retrieve a String or other object type without creating a new object each time?
How many types of JDBC drivers are there and what are they?
What is PreparedStatement?
What are the advantages of using preparedstatement over statement?
What are the different types of modifiers?
What is JDBC Connection? Explain steps to get Database connection in a simple java program.
What is DML?