How many types of statements are there in jdbc?
Answer / Ruchi Sharma
There are four types of statements in JDBC: SQL statements (CREATE, INSERT, SELECT, UPDATE, DELETE), PreparedStatements, CallableStatements, and BatchUpdates.
| Is This Answer Correct ? | 0 Yes | 0 No |
How to check jdbc driver version in websphere?
What is the difference between ExecuteUpdate and ExecuteQuery?
What is jdbc odbc bridge?
In which ways is driver class is registered with drive manager?
How will you perform truncation using JDBC?
If I use the JDBC API, do I have to use ODBC underneath?
What are the utilities of the callablestatement?
What is the JDBC syntax for using a literal or variable in a standard Statement?
Explain the main method?
What driver should I use for scalable Oracle JDBC applications?
how many JDBC drivers ?name them?
What are the different types of interfaces in the api component?