closed by
824 views
0 0 votes
closed with the note: got

R(A,B,C,D)

1.  A->B , B->CD

2. A->B , B->C , C->D

3. AB->C , C->AD

4. A->BCD

  1.  

1 Answer

0 0 votes
1.  A->B , B->CD                   : CK : A  . It is in 2NF

2. A->B , B->C , C->D           : CK : A  . It is in 2NF

3. AB->C , C->AD                  : CK : AB  . It is in 2NF

4. A->BCD                              : CK : A  . It is in BCNF
Position:
Show:

Related questions

0 0 votes
1 1 answer
543
543 views
smartmeet asked Jan 27, 2017
543 views
R(ABCDEG) and FD sets {AB->C, AC->B, AD->E, B->D, BC->A, E->G} D=( ABC, ACDE, ADG)
2 2 votes
3 3 answers
4.8k
4.8k views
shivanisrivarshini asked Mar 19, 2018
4,815 views
Consider the relation $R(ABCDEG)$ and $FD's$ are$\{AB \rightarrow C,AC \rightarrow B,AD \rightarrow E,B \rightarrow D,BC \rightarrow A,E \rightarrow G\}$then the decompos...
1 1 vote
3 answers 3 answers
7.6k
7.6k views
Purple asked Jan 24, 2016
7,600 views
Consider a relation R= {M, N, O,P, Q, R, S, T} with the following set of dependencies:MN QM RQN RR STNext consider the following set of decompositions for the relatio...