Answer Posted / ganesan
1.Scroll forward and backward in a result set or move to a
specific row
2.Make updates to database tables using methods in the Java
programming language instead of using SQL commands
3.Send multiple SQL statements to the database as a unit,
or batch
4.Use the new SQL3 datatypes as column values
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the difference between execute, executeQuery, executeUpdate?
Is odbc an api?
What is the advantage of namedparameterjdbctemplate?
What is 2 phase commit?
What is meant by dao?
How do I insert/update records with some of the columns having NULL value?
What is executequery in java?
What are different parts of a url?
How can we move the cursor in a scrollable result set?
What is use of connection pooling?
How can I instantiate and load a new CachedRowSet object from a non-JDBC source?
What are the differences between stored procedure and functions?
What is jdbc odbc bridge?
What is jdbc and jdbc drivers?
What are the benefits of PreparedStatement over Statement?