edited by
10,696 views
49 votes
49 votes

Relation $R$ is decomposed using a set of functional dependencies, $F$, and relation $S$ is decomposed using another set of functional dependencies, $G$. One decomposition is definitely $\text{BCNF}$, the other is definitely $3NF$, but it is not known which is which. To make a guaranteed identification, which one of the following tests should be used on the decompositions? (Assume that the closures of $F$ and $G$ are available).

  1. Dependency-preservation
  2. Lossless-join
  3. $\text{BCNF}$ definition
  4. $3NF$ definition
edited by

5 Answers

0 votes
0 votes

Explain please

3NF Dependency always preserved but in BCNF it  may or may not be preserved. 

Answer:

Related questions

55 votes
55 votes
6 answers
1
Kathleen asked Sep 15, 2014
17,032 views
From the following instance of a relation schema $R(A,B,C)$, we can conclude that:$$\begin{array}{|l|l|}\hline \textbf{A} & \textbf{B} & \textbf{C} \\\hline \text{1} & \...
32 votes
32 votes
5 answers
4
Kathleen asked Sep 15, 2014
13,850 views
In the absolute addressing mode:the operand is inside the instructionthe address of the operand in inside the instructionthe register containing the address of the operan...