What is de-normalization?
Answer / 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 |
How to achieve JDBC Connection Pooling using JDBC DataSource and JNDI in Apache Tomcat Server?
What is metadata in jdbc?
Is jdbc connection secure?
Does the JDBC-ODBC Bridge support multiple concurrent open statements per connection?
Which interface is responsible for transaction management in jdbc?
Which Driver is preferable for using JDBC API in Applets?
Explain the different ways to register a driver?
How to store images in database?
how to prevent finally block from execution
how to use CallableStatement? specially how to use their index given ..
Explain about multiple implementations and drive manager?
What class.forname will do while loading drivers of jdbc?