Which normal form deals with eliminating transitive dependencies?
Q1. Which normal form deals with eliminating transitive dependencies?
Answer: Third normal form (3NF)
Explanation: Third normal form (3NF) eliminates transitive dependencies, ensuring that non-prime attributes depend only on the primary key.