Difficulty: Easy
Correct Answer: Incorrect
Explanation:
Introduction / Context:
An Entity–Relationship Diagram (ERD) models data structures—entities, attributes, and relationships—independent of presentation artifacts such as screens and reports. This question checks that you do not conflate data modeling with reporting design.
Given Data / Assumptions:
Concept / Approach:
Keep concerns separated: data model vs. presentation. While reporting requirements inform the data model (ensuring necessary attributes and relationships exist), they are not drawn as part of the ERD. Including reports in an ER diagram would clutter the model and blur responsibilities.
Step-by-Step Solution:
Verification / Alternative check:
Methodologies and modeling tools separate logical data models from BI/report catalogs; the latter may be documented elsewhere (e.g., a semantic model or reporting inventory).
Why Other Options Are Wrong:
Common Pitfalls:
Embedding user interface or report mockups into data diagrams; allowing presentation-driven shortcuts to degrade data integrity.
Final Answer:
Incorrect
Discussion & Comments