Difficulty: Easy
Correct Answer: Organized around important subject areas.
Explanation:
Introduction / Context:
Bill Inmon and Ralph Kimball describe a data warehouse as subject-oriented, integrated, time-variant, and non-volatile. Recognizing these traits distinguishes warehouses from OLTP systems.
Given Data / Assumptions:
Concept / Approach:
“Subject-oriented” means schemas and marts are organized around business topics, not application transactions. “Integrated” means consistent naming and data definitions. “Time-variant” retains history; “non-volatile” avoids random end-user updates.
Step-by-Step Solution:
Verification / Alternative check:
Warehousing literature consistently emphasizes subject areas and conformed dimensions for cross-process analysis.
Why Other Options Are Wrong:
End-user updates: Violates non-volatility.
Inconsistent naming: Violates integration.
Only current data: Violates time-variance.
Common Pitfalls:
Designing by source system rather than business subject, which hinders cross-functional analytics.
Final Answer:
Organized around important subject areas.
Discussion & Comments