98-364 Exam QuestionsBrowse all questions from this exam

98-364 Exam - Question 4


You have a table that contains the following data.

Exam 98-364 Question 4

Which database term is used to describe the relationship between ProductID and ProductCategory?

Show Answer
Correct Answer: D

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'.

Discussion

2 comments
Sign in to comment
jrn1992
Jun 1, 2020

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

elkreationZ
Jun 25, 2021

D) Functionally dependent