🎴 Flashcard Mode
Database
Card1 / 50
Mastered0
Review0
QuestionClick to flip
If every non key attribute is functionally dependent on the primary key, the relation will be in
AnswerClick to flip back
A
3NF
💡 Explanation:
Third Normal Form (3NF) requires that every non-key attribute must be functionally dependent on the primary key, and there should be no transitive dependencies. This means that all non-key attributes are directly determined by the primary key alone.