0

I'm learning for my exams in the course databases and have some problems with the functional dependencies.

So I got the functional dependencies:

A->BE, AE->BD, F->CD, CD->BEF, CF->B

After decomposition and left-reduction I get:

A->B, A->E, A->D, F->B, F->C, F->D, CD->B, CD->E, CD->F

So after checking for transitivity's I get as solution:

A-> BDE, F->CD, CD->BEF

But I'm not sure if its right. I did the same steps like in this tutorial here:

http://www.youtube.com/watch?v=lKYz5e7INTg

Thanks for any help!

4

1 回答 1

0

好吧,我找到了这个页面来计算规范封面:

http://www.koffeinhaltig.com/

对于输入来说重要的是每个属性之间必须有一个空格。

所以我发现我的解决方案是正确的。

这是我的例子:

http://www.koffeinhaltig.com/fds/ueberdeckung.php?fds=A+-%3E+B+E%2C+A+E+-%3E+B+D%2C+F+-%3E+C+D %2C+C+D+-%3E+B+E+F%2C+C+F+-%3E+B&语言=de

于 2014-01-12T20:49:42.390 回答