edited by
13,264 views
63 votes
63 votes

The following functional dependencies hold true for the relational schema $R\left \{V,W,X,Y,Z \right \}$:

V $\rightarrow$ W
VW $\rightarrow$ X
Y $\rightarrow$ VX
Y $\rightarrow$ Z

Which of the following is irreducible equivalent for this set of functional dependencies?

  1. V $\rightarrow$ W
          V $\rightarrow$ X
          Y $\rightarrow$ V
          Y $\rightarrow$ Z
  2. V $\rightarrow$ W
          W $\rightarrow$ X
          Y $\rightarrow$ V
          Y $\rightarrow$ Z
  3. V $\rightarrow$ W
          V $\rightarrow$ X
          Y $\rightarrow$ V
          Y $\rightarrow$ X
          Y $\rightarrow$ Z
  4. V $\rightarrow$ W
          W $\rightarrow$ X
          Y $\rightarrow$ V
          Y $\rightarrow$ X
          Y $\rightarrow$ Z
edited by

2 Answers

Best answer
63 votes
63 votes

In option $B$ and option $D$ there is a dependency $W\to X$ which is not implied by the question and hence they are definitely wrong.

Now in option $C)$ $Y\to X$ can be removed as it can be implied as $Y\to V$ and $V\to X$.

Hence, option (A) is correct.

edited by
Answer:

Related questions

52 votes
52 votes
5 answers
1
Arjun asked Feb 14, 2017
12,912 views
Consider a database that has the relation schema CR(StudentName, CourseName). An instance of the schema CR is as given below.$$\begin{array}{|c|c|} \hline \textbf{Student...
48 votes
48 votes
2 answers
4