Given the relations above such that each student is assigned to one advisor, which of the following is NOT true?
A. AdvisorID is a foreign key.
B. SID is both a primary key and a foreign key.
C. AdvisorID is a candidate key.
D. SID a candidate key.
E. AdvisorName is a determinant.