What is a transitive dependency in the context of normalization?

  • Dependency between non-prime attributes
  • Dependency where a non-prime attribute determines a prime attribute
  • Dependency where a non-prime attribute determines another non-prime attribute
  • Dependency where a prime attribute determines another prime attribute
In normalization, a transitive dependency occurs when a non-prime attribute determines another non-prime attribute. It violates the principles of normalization, and resolving such dependencies is crucial for achieving higher normal forms.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *