A relation $R(A, B, C)$ has the following functional dependencies:
$A \to B, B \to C$
If attribute $A$ is known, the value of $C$ can be determined due to:
Show Hint
If $A$ is a Primary Key and $B$ is a non-prime attribute that determines another non-prime attribute $C$, the relation violates 3NF because of this transitive link.