what is the difference between SENSITIVE and INSENSITIVE?
Answer / suresh mishra
Sensitive : When you have opened the ResultSet and some one is updating the data in the database.The updated data will be shown in the current ResultSet.
InSensitive - The ResultSet will not get the updated data in the middle of result execution.
| Is This Answer Correct ? | 13 Yes | 2 No |
write a query to select name from one table which has id,name and salary from another table which has id, sal where the salary is the second maximum
3 Answers Bosch, HireCraft, Infosys,
Why jdbc is used in java?
Why resultset is used in java?
Is jpa faster than jdbc?
commit() and rollback() methods are defined in which interface?
How to use JDBC API to call Stored Procedures?
how you will execute the many tables data
How many types of resultset are there in jdbc?
Is it possible to connect to multiple databases simultaneously? Using single statement can one update or extract data from multiple databases?
What is a Connection?
Explain how to make updates to the updatable resultsets.
What is PreparedStatement?