A retail company wants to analyze sales performance. Their data model includes a central 'Sales' table with measures like 'quantity_sold' and 'total_amount'. This table is linked to other tables such as 'Product', 'Store', and 'Date' which contain descriptive attributes. What is the primary role of the 'Sales' table in this dimensional model?
-
A
To provide descriptive context for the business process.
-
B
To store quantitative measures of business events.
-
C
To maintain historical changes of dimensional attributes.
-
D
To normalize hierarchical data to save storage space.