Answer Posted / arpana
It is the process of attempting to optimize the performance
of the database by adding redundant data.Implemented in the
form of index views.With the help of this querying is very easy.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is jdbc and its advantages?
What is the difference between setmaxrows(int) and setfetchsize(int)?
What does jdbc stand for?
Under what circumstances, that all four drivers are used?
What is the use of setFetchSize() and setMaxRows() methods in Statement?
What is connection pooling and why it is used?
How to insert an image or raw data into database?
How do we call a stored procedure from jdbc?
The new features of the JDBC 2.0 API, will be supported for JDBC-ODBC Bridge?
Does jdbc use odbc?
Can we return resultset in java?
What is jdbc architecture in java?
Which of the attributes in the monitoring tab for a jdbc connection pool in the administrative console tell us how many clients are currently waiting for a connection?
What is the reason why we need a jdbcrowset like the wrapper around resultset?
Differentiate between a statement and a preparedstatement.