Ask Question
Yesterday, 07:31

Contrast the following terms (provide examples) : Partial dependency; transitive dependency

+1
Answers (1)
  1. S
    Yesterday, 11:00
    0
    Transitive dependency

    In this case, we have three fields, where field 2 depends on field 1, and field three depends on field 2.

    For example:

    Date of birth - -> age - -> vote

    Partial dependency

    It is a partial functional dependency if the removal of any attribute Y from X, and the dependency always is valid

    For example:

    Course and student these tables have a partial dependency, but if we have the field registration date, this date will depend on the course and student completely, we must create another table with the field registration date to remove this complete dependency.

    If we remove or update the table registration date, neither course nor student must not change.
Know the Answer?
Not Sure About the Answer?
Find an answer to your question ✅ “Contrast the following terms (provide examples) : Partial dependency; transitive dependency ...” in 📘 Computers and Technology if you're in doubt about the correctness of the answers or there's no answer, then try to use the smart search and find answers to the similar questions.
Search for Other Answers
Sign In
Ask Question