摘要
关系数据库设计时要遵守设计范式,要尽可能减少数据的冗余度,以使结构更合理,消除存储异常。但在具体的数据库设计实践中采用恰当的范式等级,适当的使用冗余数据,可以达到更好的使用效果。本文通过示例介绍了数据库设计案例中的树型关系的数据结构的设计,说明数据库设计中正确使用冗余数据的好处。
When design relational database, you should implementation normal form , minimize data redundancy to ensure data consistency and stability, avoid problems due to duplication of data values .But sometimes, use redundancy data correctly can resolve special problem in your project. Use redundancy data to design tree mode data structure is shown by the demonstrations in this paper, to explain the benefit of use redundancy data correctly.
出处
《电脑知识与技术》
2005年第6期3-4,共2页
Computer Knowledge and Technology
关键词
数据库设计
冗余数据
设计范式
relational database
redundancy data
Normal Form