You have a table that contains the following data.

Which database term is used to describe the relationship between ProductID and ProductCategory?
You have a table that contains the following data.
Which database term is used to describe the relationship between ProductID and ProductCategory?
In a relational database, when we say that one attribute is functionally dependent on another, it means that for each value of the first attribute, there is exactly one corresponding value of the second attribute. In the given table, each ProductID has exactly one ProductCategory associated with it. Thus, the term that best describes this relationship is 'Functionally dependent'.
In relational database theory, a functional dependency is a constraint between two sets of attributes in a relation from a database. In other words, functional dependency is a constraint that describes the relationship between attributes in a relation
D) Functionally dependent