The partial functional dependencies and transitive functional dependencies are AID, BNbr, ALname, AFname, Alnst, BName, BPublish, PubCity, and AuthBRoyalty.
Functional dependency in the database means that if the value of one attribute determines the value of another attribute, then it is said to be a functional dependency. Let's identify the functional dependencies in the Publisher database.Partial Functional Dependencies in the Publisher Database are given below:BNbr --> BName (BName functionally depends on BNbr)ALname, AFname --> Alnst (Alnst functionally depends on ALname and AFname)BPublish --> PubCity (PubCity functionally depends on BPublish)BNbr --> BPublish (BPublish functionally depends on BNbr)BPrice --> AuthBRoyalty (AuthBRoyalty functionally depends on BPrice)Transitive Functional Dependencies in the Publisher Database are given below:ALname --> AID (AID is transitively dependent on ALname)BNbr --> BPrice (BPrice is transitively dependent on BNbr)BPublish --> BName (BName is transitively dependent on BPublish)
Thus, we have identified the partial and transitive functional dependencies in the Publisher database.
To know more about partial functional dependencies visit:
brainly.com/question/32799128
#SPJ11