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
Where is ojdbc14 jar located?
What is a java driver?
Why do you use a data source object for a connection?
State the different connection methods used for creating different types of sql.
What happens if we don't close the connection in jdbc?
Why “no suitable driver” error occurs?
What is the use of setFetchSize() and setMaxRows() methods in Statement?
Does jdbc require oracle client?
What is an advantage of using the jdbc connection pool?
What are the factors that the jdbc driver performance depends upon?
How many ways can you update a result set?
What is type 4 jdbc driver?
What is the role of jdbc drivermanager class?
How are jdbc statements used?
What is JDBC Driver interface?