Given the relations: STUDENT (SID, StudentName, Major, AdvisorID) ADVISOR (AdvisorID, AdvisorName, Office, Phone) such that each student is assigned to one advisor, which of the following is true? a) SID is both a primary key and a foreign key. b) Phone is a candidate key. c) AdvisorID is a foreign key. d) Major is a candidate key. e) AdvisorName is a determinant.