Database Fundamentals 4 Flashcards
1
Q
Weak (non-identifying) relationship
A
Exists if the PK of the related entity does not contain a PK component of the parent entity.
2
Q
ERD Development process
A
- Create a detailed narrative of the organization’s description of operations.
- Identify the business rules based on the description of operations.
- Identify the main entities and relationships from the business rules.
- Develop the initial ERD.
- Identify the attributes and primary keys that adequately describe the entities.
- Revise and review the ERD.