Which normal form ensures that each attribute is dependent only on the primary key?
- First Normal Form (1NF)
- Fourth Normal Form (4NF)
- Second Normal Form (2NF)
- Third Normal Form (3NF)
Third Normal Form (3NF) ensures that each non-key attribute is dependent only on the primary key, which helps in eliminating transitive dependencies and achieving a more organized database structure.
Loading...
Related Quiz
- Django provides built-in ___________ for handling user authentication and authorization.
- How does the OSI Model facilitate interoperability between different networking technologies?
- In the SDLC, the ___________ phase involves gathering requirements from stakeholders.
- ___________ is a memory management scheme where physical memory is divided into fixed-sized blocks, and each process is assigned contiguous blocks.
- How does the V-Model improve upon the traditional waterfall model in terms of testing?