Answer Posted / vicky
By using the views you can get the data in buffer.like in
JDBC we hava ResultSet interface to store data temporary
and permanent to database as well.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Is uri the same as url?
What is the role of the jdbc drivermanager class?
What is “dirty read” in JDBC? Which isolation level prevents dirty read?
Is jdbc open source?
If you are given a choice to implement the code to either insert a record or update if already exist, which approach will you follow ?
What is the benefit of having jdbcrowset implementation?
Does sql allow null values ?
Explain in detail about JDBC and its general features?
What are types of resultset?
What is isolation level? How to set it?
What does the jdbc driver interface do?
What is jdbc odbc?
How to set the attribute concurrency in resultset?
What is com mysql jdbc driver?
How do I disallow NULL values in a table?