An attribute is said to be _______ if it is dependent on the primary key, as well as on some other attribute(s) within the same table.
- Composite
- Derived
- Multivalued
- Transitive
An attribute is said to be Transitive if it is dependent on the primary key, as well as on some other attribute(s) within the same table. This situation is resolved by normalization to reduce redundancy.
Loading...
Related Quiz
- What is the purpose of a CHECK constraint in a relational database?
- When might vertical partitioning be preferable over horizontal partitioning?
- Explain the difference between entity integrity and referential integrity.
- Which feature of Key-Value Stores makes them suitable for high-performance applications?
- _______ is the process of identifying common characteristics from two or more entities and creating a generalized entity.