1.

X →Y holds on a schema k(K) if?(a) At least one legal instance satisfies the functional dependency(b) No legal instance satisfies the functional dependency(c) Each and every legal instance satisfies the functional dependency(d) None of the mentionedI had been asked this question in unit test.This intriguing question originated from Decomposition Using Functional Dependencies topic in portion Relational Database Design of RDBMS

Answer»

The correct ANSWER is (C) Each and every legal instance satisfies the functional dependency

Explanation: X →Y HOLDS on a schema k(K) if each and every legal instance satisfies the functional dependency. Even if one instance does not SATISFY the functional dependency X→ Y does not hold on a schema.



Discussion

No Comment Found

Related InterviewSolutions