简体   繁体   English

BCNF分解没有关系的关键

[英]BCNF Decomposition no key for relation

i am trying to understand how to normalize a relation to BCNF. 我试图了解如何规范与BCNF的关系。 The task at hand, involves a relation and a set of functionel dependencies. 当前的任务涉及一个关系和一组functionel依赖项。

They look somewhat in the lines of; 它们看上去有点像;

R(A,B,C,D,E)

F {
AB->C
C->D
}

Now i am trying to calculate the keys for R, by calculating the Closure. 现在,我正在尝试通过计算闭包来计算R的键。 Problem is, the E attribute is not mentioned in the FD's. 问题是,FD中未提及E属性。 So how do i find out what is the Key for the relation? 那么,如何确定关系的关键是什么?

将琐碎的依赖项ABCDE-> ABCDE添加到F。然后确定键。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM