In an exercise I have the following text which should be translated into a functional dependency:
"A module realizes a business case and is developed by an author"
My reasoning is that the business case and author exist before the module therefore the author and business case determine the module:
author, business case -> module
However my script gives the solution:
module -> author, business case
Can somebody help why the latter is true and not the former?
Asked by Rubus
(131 rep)
Jan 10, 2021, 03:43 PM
Last activity: Jan 10, 2021, 07:30 PM
Last activity: Jan 10, 2021, 07:30 PM