Explain what should be done when a SQL exception is raised?
What is 2 phase commit?
How does JDBC API helps us in achieving loose coupling between Java Program and JDBC Drivers API?
Can we have foreign key reference to a non primary key column ?
What are the considerations for deciding on transaction boundaries?
Explain the difference between inner and outer join ?
List the advantages of using datasource?
What do you mean by metadata and why we are using it?
Does jdbctemplate use prepared statements?
Why is jdbc used?
What is the difference between setmaxrows(int) and setfetchsize(int)?
How can I manage special characters when I execute an insert query?
What is jdbc resultsetmetadata interface?
What is the jdbc rowset?
What is setautocommit in jdbc?