Inheritance in database modeling allows for _______ and _______ of attributes and relationships.
- Extension, Restriction
- Generalization, Specialization
- Restriction, Aggregation
- Specialization, Extension
Inheritance in database modeling allows for Specialization and Extension of attributes and relationships. Specialization involves creating subtypes with additional attributes, while extension involves adding new relationships to existing entities.
Loading...
Related Quiz
- A _______ key is a combination of two or more columns that uniquely identifies a record in a table.
- Scenario: A financial institution wants to analyze large volumes of transactional data, including customer accounts, transactions, and account balances. The analysis involves complex queries and aggregations. Which type of database would be the best fit for this scenario?
- What are some challenges associated with implementing a Generalization and Specialization hierarchy?
- The second normal form (2NF) eliminates _______ dependencies.
- What is the primary objective of normalization in database design?