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 |
Which database is used for java?
Is jdbc database independent?
What is jdbc connection?
After creating conntinpool in weblogic how to write the code in programe where i can use that pool object in the programe connecting to the database and how to debug programe withou eclipse
Why do we need jdbc api?
How data can be inserted into long row column of database?
Write an sql to find all records having all upper case alphanumeric characters in a field ?
What does connection pooling mean ?
Explain about DSN?
How can I connect mysql or oracle with java?
Why are we using blob datatypes in jdbc?
Can you create an index on sex column where there is M or F?