retagged by
3,499 views
4 votes
4 votes

Which one of the following statements are not correct?

$S1$: $3$NF decomposition is always lossless join and dependency preserving.

$S2$: $3$NF decomposition is always lossless join but may or may not be dependency preserving.

$S3$: BCNF decomposition is always lossless join and dependency preserving.

$S4$: BCNF decomposition is always lossless join but may or may not be dependency preserving.

  1. Only $S1$
  2. Only $S4$
  3. Both $S1$ and $S4$
  4. Both $S2$ and $S3$
retagged by

5 Answers

0 votes
0 votes
  • ANS : D
  • 3NF decomposition is always lossless join and dependency preserving.
  • BCNF decomposition is always lossless join but may or may not be dependency preserving.SO, 
Answer:

Related questions

3 votes
3 votes
2 answers
5
0 votes
0 votes
4 answers
6
admin asked Mar 30, 2020
5,036 views
Consider the relational schema $R(A B C D)$ with following $FD$ set $F=\{A \to CE, B \to D, AE \to D\}$. Identify the highest normal form satisfied by the relation $R$.$2...
3 votes
3 votes
4 answers
7
admin asked Mar 30, 2020
3,822 views
Consider the relational schema $\text{R(A B C D)}$ with following functional dependency set $F=\{A\rightarrow BC,C\rightarrow D\};$ The relation $\text{R}$ is in $2$NFBCN...