As I understand Functional Dependency X -> Y in R, indicates Y can be determined by X and is FD if and only if X maps to one and only one Y.
if this is true then is it true to say X is a superkey?
I believe I have misunderstood functional dependency because I see questions related to determining superkeys keys based on the list of functional dependencies.
Is my above description of FD incorrect ?