Get premium membership and access questions with answers, video lessons as well as revision papers.

Describe what is meant by transitive dependency and describe how this type of dependency relates to 3NF. Provide an example to illustrate your answer.

      

Describe what is meant by transitive dependency and describe how this type of dependency relates to 3NF. Provide an example to illustrate your answer.

  

Answers


kelvin
The formal definition for third normal form (3NF) is a table that is in first and second normal forms and in which no non-primary-key column is transitively dependent on the primary key. Transitive dependency is a type of functional dependency that occurs when a particular type of relationship holds between columns of a table. For example, consider a table with columns A, B, and C. If B is functionally dependent on A (A ? B) and C is functionally dependent on B (B ? C), then C is transitively dependent on A via B (provided that A is not functionally dependent on B or C). If a transitive dependency exists on the primary key, the table is not in 3NF. The transitive dependency must be removed for a table to achieve 3NF.
kevowmuchiri answered the question on July 9, 2018 at 19:06


Next: Describe the characteristics of a table in third normal form (3NF).
Previous: Describe the purpose of a design methodology.

View More Computer Science Questions and Answers | Return to Questions Index


Learn High School English on YouTube

Related Questions