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 in terms of jdbc a datasource?
Explain about multiple implementations and drive manager?
What are the basic exceptions in jdbc?
How to set the attribute concurrency in resultset?
What are the steps to connect to the database in java?
How can we execute stored procedures?
Is uri the same as url?
What is the use of statement in jdbc?
What is the use of setFetchSize() and setMaxRows() methods in Statement?
Explain the role of driver in jdbc.
What is jdbc template?
Compare jdbc and odbc and how is jdbc required in this context.
What is jdbc connection string?
How can you use preparedstatement in jdbc?
How can I determine where a given table is referenced via foreign keys?