802 views

1 Answer

3 votes
3 votes

Answer D)$\left ( B,C,D,E,F \right )\, \, And \, \, \left ( C,D,E,A \right )$

Given Relation $R\left ( A,B,C,D,E,F \right )$

FDs are-:

$ABC\ rightarrow DEF$

$CDE \rightarrow A$

We got candidate keys as-:

$ABC,BCDE$

Looking at FDs ,we can clearly say

  • No $Non\, \, Prime\, \, Attributes \rightarrow Prime \, \, Attribute$(No Partial dependency),hence it is in $2NF$
  • No $Non\, \, key\, \, Attributes \rightarrow Non \, \, Key$(No Transitive dependency),hence it is in $3NF$
  • But $LHS\neq Super\, \, Key$,hence it is not in BCNF

Now Decomposing Relation $R\left ( A,B,C,D,E,F \right )$,

We have Relation $R_{1} \left ( A,C,D,E \right ) \, \, and\, \, R_{2} \left ( B,C,D,E,F \right )$

edited by

Related questions

0 votes
0 votes
2 answers
1
1 votes
1 votes
2 answers
2
aditi19 asked Apr 14, 2019
1,920 views
Decompose into BCNFR(A, B, C, D, E)FD: AB->C, C->D, D>B, D->E
3 votes
3 votes
1 answer
3
aditi19 asked Nov 29, 2018
1,168 views
R(A, B, C, D)FD: B->C, D->Ais the following decomposition in BCNF?R1(B, C), R2(A, D), R3(C, D)
2 votes
2 votes
1 answer
4
Na462 asked Jul 14, 2018
1,920 views