Answer Posted / nashiinformaticssolutions
o Normalization is the process of organizing database data to minimize redundancy and dependency. Common forms include:
1NF (First Normal Form)
2NF (Second Normal Form)
3NF (Third Normal Form)
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is jdbc thin client?
What is com mysql jdbc driver?
What are the 4 types of jdbc drivers?
What is an advantage of using the jdbc connection pool?
How do I start debugging problems related to the JDBC API?
What is connection data?
Is jpa faster than jdbc?
What are the measures to connect to the db using jdbc?
I have the choice of manipulating database data using a byte[] or a java.sql.blob. Which has best performance?
What is jdbc and odbc in java?
What is the difference between client and server database cursors?
Once I have the Java 2 SDK, Standard Edition, from Sun, what else do I need to connect to a database?
How many packages are available in jdbc api?
How can I determine where a given table is referenced via foreign keys?
How many ways that we can view a result set?