In relation R(C,D,E) F={CD->E, C->D} is E partially determined?
C+ derives E as an attribute but it happens with the help of CD->E.
New contributor
madhav dwivedi is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
3
If (C implies D)
and (C and D implies E)
then I would say, that also (C -> E)
Reasoning:
- If you know C, then you also have knowledge over D.
- But now you have knowledge over C and D and this implies E.
New contributor
BenBar is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
1