How is the schema design in a data warehouse
-
Normalized
-
Denormalized
-
both
-
none
B
Correct answer
Explanation
Data warehouse schemas are typically denormalized intentionally to optimize query performance for analytical workloads. Unlike operational databases that use normalization (3NF) to reduce redundancy and ensure transactional integrity, data warehouses use denormalized structures like star schemas to minimize joins and speed up complex aggregation queries.