Explain the steps in writing a java program using jdbc?
What is a jdbc driver and how many jdbc drivers are available?
What is 2 phase commit?
How do I set properties for a JDBC driver and where are the properties stored?
What is difference between odbc and jdbc?
What are the three basic components of the odbc architecture?
What is the use of statement in jdbc?
How many types of statements are there in jdbc?
What isolation level is used by the DBMS when inserting, updating and selecting rows from a database?
What are different types of transactions?
What is jdbc odbc connection?
What is the difference between Union, Unionall ?
What is the difference between setmaxrows(int) and setfetchsize(int)?