Given the below functional dependency, MedicineCode → (MedicineName, ShelfLife, Manufacturer, Dosage), which of the following statements is not known to be true?
a. Manufacturer is functionally dependent on MedicineCode.
b. MedicineCode is a determinant.
c. MedicineCode is a candidate key of the relation MEDICINE (MedicineName, ShelfLife, Manufacturer, Dosage).
d. MedicineName is a determinant.
e. ShelfLife is functionally dependent on MedicineCode.