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 a jdbc connection string?
What is the role of jdbc drivermanager class?
What is Apache DBCP API?
What is the function of drivermanager class?
Does sql allow null values ? Can we use it within where clause ?
What is the query used to display all tables names in SQL Server (Query analyzer)?
How to move the cursor in scrollable resultset ?
What are the components of jdbc?
What are JDBC Best Practices?
What is meant by jdbc and odbc?
What are the advantages of database connection pooling?
What should be done for auto generating primary key id in a table ?
How can we execute stored procedures using callablestatement?
Name different methods for getting streams.
What are different types of ResultSet?