Let's say I have a Relation R := {id, name, emails}
Obviously id -> name
is a functional dependency but is id -> emails
also a Functional Dependency?
From what I understand id ->> email
would be a multivalued dependency if you would turn the Relation into R := {id, name, email}
.
But does this only apply after normalization and would it be functionally dependent before?