摘要
本文详细讨论了函数依赖图的原理及基于函数依赖图求解EKNF(基本关键字范式)的数据库模式的综合算法。它对于给定的一关系数据库的一组函数依赖产生相应的FD图;基于此FD图,删除该FD图中的冗余复合节点、多余复合节点和冗余完全弧;从而得到一个LR最小FD图覆盖;并由此得出一个属于EKNF的较好的关系数据库模式。本文所述综合算法的时间复杂度为多项式的,因而在实践中有重要的实用价值。
In this paper we discuss a sythesis algorithm of designing relational database scheme inEKNF(Elementary Key Normal Form)based on the theory of FD-graphs(Functional De-pendence-graphs).From a given set of FD’s(Ftinctional Dependencies)and its FD-graphthe algorithm can find a better relational dotabase scheme in EKNF based on deleting redu-dant compound nodes of the FD-graph. superfluous compourid nodes and redtidant fullarcs. The time complexity of the algorithm is polynomial.In the case,we are certain the al-gorithm is very useful in practice.
出处
《重庆邮电学院学报(自然科学版)》
1995年第2期1-9,共9页
Journal of Chongqing University of Posts and Telecommunications(Natural Sciences Edition)
关键词
数据库模式
关系数据库
函数依赖图
Elementary Key Normal Form(EKNF),functional dependencies,nonredudantFD-graphs,minimum covering of FD-graphs, LR minimum covering of FD-graphs