retagged by
7,137 views
1 votes
1 votes

Question: 6  

Given the following functional dependencies
{X → W, X → Y, Y → Z, Z → PQ}
Consider the FD set implied using above FD set.
Implied FD set = {X → Z, X → WY, X → WZ, X → YQ, Y → P}
The number of functional dependencies in implied FD set are invalid are _________.

retagged by

1 Answer

3 votes
3 votes
Given : {X → W, X → Y, Y → Z, Z → PQ}

Implied FD set = {X → Z, X → WY, X → WZ, X → YQ, Y → P}

X -> Y and Y -> Z implies X-> Z. Hence this is valid.

X -> W and X -> Y implies X -> WY. Hence this is valid.

X ->W ; X ->Y and X -> Z implies X ->WZ . Hence this is valid.

Closure of X in original FD : {XWYZPQ} Hence X -> YQ is valid.

Closure of Y in original FD : {YZPQ} Hence Y->P is valid.

Therefore there no invalid FDs in implied FD set.

Related questions

1 votes
1 votes
0 answers
1
kallu singh asked Jan 20, 2018
228 views
0 votes
0 votes
0 answers
2
kallu singh asked Dec 1, 2017
406 views
https://gateoverflow.in/?qa=blob&qa_blobid=7757640758658963209
1 votes
1 votes
2 answers
3
kallu singh asked Nov 10, 2017
243 views
Q. Consider the relation R(A,B,C,D) with function dependenciesF = {AB->c,B->D}.What is the highest normal form of this relation?
2 votes
2 votes
1 answer
4
kallu singh asked Nov 10, 2017
776 views
Consider the relation having tuples 200, 300 and 100 respectively. The number of tuples in relation are ______.