Suppose that we have the following three tuples in a legal instance of a relation
schema S with three attributes ABC (listed in order): (1,2,3), (4,2,3), and (5,3,3).
Which of the following dependencies can you infer does not hold over schema S?
(a) A -> B, (b) BC -> A, (c) B -> C