Difficulty: Easy
Correct Answer: Correct
Explanation:
Introduction / Context:
Data warehouses consolidate subject-oriented, integrated, time-variant, and nonvolatile data to support decision making. They commonly store historical and summarized (aggregated) information for reporting and analytics. This question checks whether such repositories are indeed called data warehouses.
Given Data / Assumptions:
Concept / Approach:
The definition of a data warehouse emphasizes time variance and integration. History enables trend analysis, while summaries accelerate queries over large volumes. Whether implemented as a classic enterprise data warehouse, a modern cloud warehouse, or a data mart, these systems fit the description when they store historical and summarized data for BI and decision support.
Step-by-Step Solution:
Verification / Alternative check:
Review schema patterns (star/snowflake) and ETL/ELT processes; the presence of conformed dimensions and facts supports the classification.
Why Other Options Are Wrong:
Common Pitfalls:
Confusing operational data stores with warehouses; assuming summaries are mandatory even when modern engines can compute aggregates on the fly.
Final Answer:
Correct
Discussion & Comments