In an ERD, a _______ key is a unique identifier within an entity.
- Candidate
- Composite
- Foreign
- Primary
In an Entity-Relationship Diagram (ERD), a Primary key is a unique identifier within an entity. It uniquely identifies each record in the entity and is crucial for maintaining data integrity and relationships within the database.
Loading...
Related Quiz
- Scenario: A financial institution requires a data warehouse to analyze customer transactions and account balances over time. How would you utilize Dimensional Modeling principles to design the data model?
- What is the primary purpose of using UML in data modeling?
- Scenario: An e-commerce platform has different types of customers, including regular users, premium members, and administrators. How can Generalization and Specialization be utilized to model these entities effectively?
- Which type of diagrams can be created using ER diagram tools?
- _______ is a technique used to improve storage efficiency by dynamically allocating storage space based on data access patterns.