Consider R(A, B, C, D, E) be a relational schema with the following functional dependencies: AB → C, B → D, CD → A. What is the minimal cover?
My answer was {AB → C, B → D, CD → A}. But something feels wrong, i dont know if the answer is correct
New contributor
Lan Hiểu is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.