In: Computer Science
One of the characteristics of good relational database design is normalized tables. Discuss two ways in which normalization helps minimize data redundancy and anomalies such as insertion, deletion, and update anomalies.
What are some other characteristics of good database design?
To reduce redandancy and integrity of an relational Database normalization of datatbase is the best process of structuring a relational database in accordance with a series of normal forms. In theNormalization Data is organized in the columns and tables of a database to ensure that their dependencies are properly meets by database integrity constraints
1.> normalization is the process of effectively organising data in a database. There are two main ways of minimizing data redundancy and anamulies for normalization process First is eliminate redundant data i.e storing the same data in more than one table and second is to ensure data dependencies make sense i.e only storing related data in a table. Both of these are effective ways as they reduce the amount of space a database consumes and ensure that data is logically stored.
The normalization techniques reduce anamulies is describes as follows:
Some other characteristics about good database design