查找关系的候选键,如果它是2nf或3nf

时间:2014-10-15 04:04:17

标签: php database relation functional-dependencies candidate-key

我的作业存在问题。我的老师根本没教我好,我真的想学习如何解决这些问题。我不是要求回答,我只是要求有人指点我这里的网站或问题,这将有助于我回答我自己的问题。这是我的问题。

A relation R{A, B, C, D, E, F } satisfies the following FDs: 
AB → CD CD → EF 
(a)  What is a candidate key of the relation R? 
AB is a candidate key of the relation
(b)  Is the relation R in 2NF? Why or why not? 
Yes it is in 2NF,  all of the relations satisfy each other.
(c)  Is the relation R in 3NF? Why or why not
(d)  Is the relation R in BCNF? Why or why not? 

现在我在网上发现我应该将FD分解为AB→C AB→D CD→E CD→F,但我真的不知道从哪里开始。我知道候选键是可以访问所有属性的东西,所以我假设这个问题的候选键是AB。我不知道如何判断它是否在2NF。再一次,如果有人能指出我可以帮助我的事情。我不是要求答案。

0 个答案:

没有答案