Difficulty: Easy
Correct Answer: Incorrect
Explanation:
Introduction / Context:Functional dependencies express how attribute sets determine other attribute sets. The question claims an FD is “always an equation,” which is a misunderstanding of its nature.
Given Data / Assumptions:
Concept / Approach:FDs are not equations; they do not equate values or expressions. They assert dependence: X values functionally determine Y values. While sometimes one writes Y = f(X) informally, that is a conceptual mapping, not an equation to be solved. Thus, calling FDs “equations” is incorrect.
Step-by-Step Solution:
Interpret X → Y: if two rows have the same X, they must have the same Y.Recognize this is a constraint about allowed states of the relation.Conclude the statement “FD is always an equation” is incorrect.Verification / Alternative check:Review Armstrong’s axioms (reflexivity, augmentation, transitivity) that manipulate dependencies, not arithmetic equalities.
Why Other Options Are Wrong:
Common Pitfalls:Confusing functional dependence with mathematical functions in the algebraic sense and treating schema constraints as expressions to solve.
Final Answer:Incorrect
Discussion & Comments