InterviewSolution
Saved Bookmarks
| 1. |
Is partial functional dependency a type of functional dependency? |
|
Answer» A FUNCTIONAL dependency X→Y is said to be a partial functional dependency, if after removal of any ATTRIBUTE A from X, the dependency does not HOLDS. |
|