Home » Database » Database miscellaneous » Question

Database miscellaneous

  1. Given the following relation instance
    XYZ
    14 2
    15 3
    16 3
    32 2

    Which of the following functional dependencies are satisfied by the instance?
    1. XY → Z and Z → Y
    2. YZ → X and Y → Z
    3. YZ → X and X → Z
    4. XZ → Y and Y → X
Correct Option: B

From the table given above, the B functional dependency is satisfied by the instance. We can say this by the following: Y is functionally dependent on Z. → YZ is functionally dependent on X. This is referred to as multivalued independency.



Your comments will be displayed only after manual approval.