What type of functional dependency must be eliminated to ensure a relation is…

2025

What type of functional dependency must be eliminated to ensure a relation is in Second Normal Form (2NF)?

Answer: C. Partial dependency on a subset of a composite primary keySecond Normal Form (2NF) requires eliminating partial dependencies on a composite primary key.

  1. A.

    Circular dependency among attributes

  2. B.

    Transitive dependency between non-key attributes

  3. C.

    Partial dependency on a subset of a composite primary key

  4. D.

    Multivalued dependency on a super key

Attempted by 766 students.

Show answer & explanation

Correct answer: C

Second Normal Form (2NF) requires eliminating partial dependencies on a composite primary key.

Explore the full course: Rssb Basic Computer Instructor

Loading lesson…