2,336 views
0 0 votes
consider the relation R(ABCDE) and functional dependency F={AB->C , C->D , D->E ,E->A}

if we convert the given relation in BCNF then

given answer =>R(EA) R(ED) R(CD) R(ABC)

my answer =>R(EA) R(ED) R(CD) R(BC)

if mine is wrong please explain the right one

1 Answer

0 0 votes
Possible CK for this are : BC , AB, EB , BD . now only AB->C is satisfying BCNF property so possible decomposition is (ABC) (CD) (DE) (AE). So given answer is correct.
Position:
Show:

Related questions

10 10 votes
1 answers 1 answer
6.3k
6.3k views
Na462 asked May 29, 2018
6,314 views
Which of the following statement false of relation $R$ is in $3NF$ but not $BCNF$?Relation $R$ must consist atleast two over-lapped candidate keys.Relation $R$ must consi...
1 1 vote
0 0 answers
1.3k
1.3k views
Mk Utkarsh asked Dec 11, 2017
1,281 views
R(A,B,C,D,E)AB - ECD >AB >CDecompose the following relation to BCNF and also state whether it is lossless and dependency preserving
0 0 votes
1 1 answer
825
825 views
hem chandra joshi asked Nov 5, 2017
825 views
R(A,B,C,D)1. A->B , B->CD2. A->B , B->C , C->D3. AB->C , C->AD4. A->BCD
14 14 votes
6 answers 6 answers
20.9k
20.9k views
Shefali asked Sep 17, 2015
20,933 views
Consider the following statements.If relation R is in 3NF and every key is simple, then R is in BCNFIf relation R is in 3NF and R has only one key, then R is in BCNFBoth ...