Correct option is E
When two attributes satisfy both P → Q and Q → P, each attribute functionally determines the other. This type of relationship is known as Mutual Functional Dependency.
It indicates a one-to-one correspondence between the attributes, meaning knowing the value of one attribute uniquely determines the value of the other attribute.
Therefore, the correct answer is Mutual Functional Dependency.
Important Key Points:
- P → Q means attribute P uniquely determines Q.
- Q → P means attribute Q also uniquely determines P.
- When both dependencies exist together, the relationship is called Mutual Functional Dependency.
- Mutual dependency often indicates a one-to-one relationship between attributes.
Knowledge Booster:
- (a) Partial Dependency: Incorrect because partial dependency occurs when a non-prime attribute depends on only part of a composite key.
- (b) Full Functional Dependency: Incorrect because full dependency means an attribute depends on the entire composite key, not mutually on another attribute.
- (c) Transitive Dependency: Incorrect because transitive dependency involves an indirect dependency such as A → B and B → C leading to A → C.
- (d) Multivalued Dependency: Incorrect because multivalued dependency occurs when one attribute determines multiple independent values of another attribute.