True.
Any relationship without transitive functional dependencies falls under the 2NF category. The 3NF contains all relationships that do not have transitive functional dependencies. A partial functional dependency exists between B and C if A, B, C, and D are table columns with composite primary keys of A and B, respectively, and C and D are nonkey columns.
A database schema design strategy for relational databases known as the third normal form makes use of normalising principles to lessen data duplication, prevent data anomalies, guarantee referential integrity, and streamline data management.
When a relation has First and Second Normal Form and no non-primary-key attribute is transitively dependent on the primary key, the relation is said to have Third Normal Form (3NF). Note: If A->B and B->C are two FDs, then A->C is referred to as a transitive dependency.
To learn more about 3nf visit:
https://brainly.com/question/13967439
#SPJ4