• edited by
5,921 views
21 21 votes

​​​​​​Given the relational schema $R=(U, V, W, X, Y, Z)$ and the set of functional dependencies:

\[
\{U \rightarrow V, U \rightarrow W, W X \rightarrow Y, W X \rightarrow Z, V \rightarrow X\}
\]

Which of the following functional dependencies can be derived from the above set?

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

3 Answers

17 17 votes
Given a set of functional dependencies derived from an attribute iff with the help of its closure, we can determine it.

$(VW)^+=VWXYZ$ we can determine $V,W,X,Y,Z$

$(WX)^+=WXYZ$ we can determine $Y,Z$

but
$(VW)^+$ can not determine $U$

Option $(A,B,D) $ true.
1 1 vote

Given FDs

U → V U → W V → X WX → Y WX → Z 

Option-wise verification

Option 1: VW → YZ ✅ TRUE
 

From V → X, get VW → X (augmentation).
 

With W and X, use WX → Y and WX → Z.
 

So (VW)⁺ = {V, W, X, Y, Z} ⇒ VW → YZ.


Option 2: WX → YZ ✅ TRUE
 

Given WX → Y and WX → Z.
 

By union, WX → YZ.


Option 3: VW → U ❌ FALSE
 

(VW)⁺ = {V, W, X, Y, Z} does not contain U.
 

So VW → U does not follow.


Option 4: VW → Y ✅ TRUE
 

From Option 1, since VW → YZ, by decomposition ⇒ VW → Y.

Answer:
Position:
Show:

Related questions

20 20 votes
5 answers 5 answers
6.5k
6.5k views
Arjun asked Feb 16, 2024
6,521 views
​​​​​​An OTT company is maintaining a large disk-based relational database of different movies with the following schema:\[\begin{array}{l}\text { Movie (ID, CustomerRati...
8 8 votes
5 5 answers
7.0k
7.0k views
Arjun asked Feb 16, 2024
6,984 views
Select all choices that are subspaces of $\mathbb{R}^{3}$.Note: $\mathbb{R}$ denotes the set of real numbers.$\left\{\mathbf{x}=\left[\begin{array}{l}x_{1} \\ x_{2} \\ x_...
11 11 votes
3 3 answers
4.7k
4.7k views
Arjun asked Feb 16, 2024
4,694 views
​​​​​​Which of the following statements is/are TRUE?Note: $\mathbb{R}$ denotes the set of real numbers.There exist $\text{M} \in \mathbb{R}^{3 \times 3}, \text{p} \in \ma...
6 6 votes
2 2 answers
4.3k
4.3k views
Arjun asked Feb 16, 2024
4,321 views
​​​​​Let $\mathbb{R}$ be the set of real numbers, $U$ be a subspace of $\mathbb{R}^{3}$ and $\text{M} \in \mathbb{R}^{3 \times 3}$ be the matrix corresponding to the proj...