Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我们有 R(A,B,C)
问题:R 的这个实例不满足以下哪个多值依赖项?
正确答案是 4 但为什么我不明白请解释
它不满足语句 4,因为对于 A 和 B 的每个唯一组合,您必须具有与 C 匹配的行。
要使语句 4 有效,您的表中需要一个 1 3 3(因为您有一个 1 2 3)。
祝你好运。