What is jdbc? Describe the steps needed to execute a sql query using jdbc.
What is 2 phase commit?
Explain the two tier and three tier architecture of jdbc.
What is statement and preparedstatement in java?
What is the query used to display all tables names in SQL Server (Query analyzer)?
What are dml and ddl?
How to check jdbc driver version in websphere?
What is ODBC and JDBC? How do you connect the Database?
Explain how to make updates to the updatable resultsets.
How does jdbc driver work?
Explain the life cycle of jdbc.
Why can't I invoke the ResultSet methods afterLast and beforeFirst when the method next works?
What is meant by jdbc?
What is db client?
What should be done for auto generating primary key id in a table ?