What is Normalization?
Answers were Sorted based on User's Feedback
Answer / hinaresh2003
The normalization is a step by step process of removing
redundancies and dependencies of attributes in data
structure
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / sambireddy
dividing the relation into sub relations for freeing of
certain undesirable characteristics—insertion, update, and
deletion anomalies nothing but a normalization
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / 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 |
Normalization is the process of structuring a database to minimize redundancy and improve efficiency. It involves organizing data into tables and defining relationships between them.
| Is This Answer Correct ? | 0 Yes | 0 No |
Where is mysql jdbc driver located?
Where is jdbc used?
How do you know which driver is connected to a database?
What is JDBC Connection isolation levels?
Explain the difference between resultset and rowset in jdbc
How do I start debugging problems related to the JDBC API?
r u used any design patterns in your project?
How to connect html page to database using jdbc?
What is a jdbc driver and how many jdbc drivers are available?
How can you sort dates?
Which database is used for java?
Which jdbc drivers will run your program?