An entity identifier can be either unique or nonunique.
Indicate whether the statement is true or false
Question 2
Given the below functional dependency,MedicineCode (MedicineName, ShelfLife, Manufacturer, Dosage)which of the following statements is not known to be true?
A) MedicineCode is a determinant.
B) MedicineName is a determinant.
C) Manufacturer is functionally dependent on MedicineCode.
D) ShelfLife is functionally dependent on MedicineCode.
E) MedicineCode is a candidate key of the relation MEDICINE (MedicineName, ShelfLife, Manufacturer, Dosage, MedicineCode).