|
| Total Answers and Comments: 3 |
Last Update: May 24, 2008 Asked by: sowjanya |
|
| | |
|
Submitted by: arif_h_j there are 5 ways to normalize the database in order to make complex data structure into simpler form.
1NF- removing duplicate groups and multivalued entries
2NF-removing functional dependencies and create foreign key to relate with primary key
3NF- removing transivity
4NF-removing multivalued dependencies
5NF- PJNF - join dependency
Above answer was rated as good by the following members: jones.ir | Go To Top
|