If I have the functional dependencies A->B and A->C. Can I have 2 values for A that determine the exact same value tuple of B and C?
For example can I have (1,"John","Male") and (2,"John","Male"). Not talking about usefulness, simply a theoretical question. Also excuse my ignorance if the title doesn't represent the situation from the post.