1,209 views
1 votes
1 votes

Consider the schema R = (S T U V) and the dependencies S → T, T → U, U → V and V → S. Let R = (R1 and R2) be a decomposition such that R1 ∩ R2 = ϕ. (In the actual gate question it was R1∩R2 ≠ ϕ) The decomposition is:-  

  1. not in 2NF
  2. in 2NF but not 3NF
  3. in 3NF but not in 2NF
  4. in both 2NF and 3NF

1 Answer

0 votes
0 votes
answer is LOSSY decomposition

Related questions

3 votes
3 votes
3 answers
1
learncp asked Dec 16, 2015
10,083 views
Given a relation R (ABCD), and the following FDs- A->BCDBC->ADD->B.which is the highest normal form the table is in.a) 1NFb) 2NFc)3NFd) BCNF
5 votes
5 votes
4 answers
4
learncp asked Dec 17, 2015
5,405 views
Given R(ABCD) andAB → C ;ABD → C ;ABC → D ;AC → Dwhich the highest possible normal form for the above relation ?