The document discusses data cubes and multidimensional data models. It provides examples of 2D and 3D data cubes to represent sales data with dimensions of time, item, and location. A data cube is a metaphor for storing multidimensional data without redundancy. Common schemas for multidimensional data include star schemas with a central fact table linked to dimension tables, snowflake schemas with some normalized dimension tables, and fact constellations with multiple linked fact tables. Dimension hierarchies allow mapping of low-level concepts like cities to higher-level concepts like states/provinces.
Related topics: