In general, data in data warehousing
-
normalised
-
denormalised
-
none of the above
-
all the above
C
Correct answer
Explanation
Data warehouses use neither purely normalized nor purely denormalized schemas. They employ dimensional modeling (star/snowflake schemas) which selectively denormalizes dimensions for query performance while maintaining some normalization in fact tables. Different schemas serve different purposes: dimensional modeling is the standard.