Which of the following best describes the Reflexivity axiom in Armstrong's axioms for functional dependencies?
Think about when a set of attributes determines itself or its parts.
The Reflexivity axiom states that if Y is a subset of X, then X determines Y. This means any set of attributes determines its own subsets.
Which statement correctly explains the Augmentation axiom?
Consider what happens when you add extra attributes to both sides of a dependency.
Augmentation means if X → Y, then adding attributes Z to the left side keeps the dependency valid: XZ → Y.
Given the functional dependencies: A → B and B → C, what can be concluded using Armstrong's axioms?
Think about chaining dependencies to find indirect relationships.
Transitivity states that if A → B and B → C, then A → C.
Which of the following functional dependencies violates Armstrong's axioms?
Recall which axioms allow reversing dependencies.
Armstrong's axioms do not allow reversing dependencies. If X → Y, it does not imply Y → X.
Which of the following is a derived rule that can be proven using Armstrong's axioms but is not one of the original axioms?
Think about which rules are basic axioms and which are proven from them.
Union is a derived rule proven from Armstrong's axioms, not one of the original three axioms.