Which normal form addresses the issue of transitive dependency?
- Boyce-Codd Normal Form (BCNF)
- First Normal Form (1NF)
- Second Normal Form (2NF)
- Third Normal Form (3NF)
Third Normal Form (3NF) addresses the issue of transitive dependency by ensuring that all attributes in a table are dependent only on the primary key, eliminating indirect relationships between attributes.
Loading...
Related Quiz
- What role does data profiling play in the data extraction phase of a data pipeline?
- ________ is a distributed computing model where a large problem is divided into smaller tasks, each solved by a separate node.
- In which scenario would you consider using a non-clustered index over a clustered index?
- Talend provides support for ________ data integration, allowing seamless integration with various big data technologies.
- What are the potential drawbacks of normalization in database design?