0

How would you categorise fact table in Data warehouse ? Is fact table normalised or denormalised or partially normalised.

Kan
  • 193
  • 1
  • 3
  • 8

1 Answers1

0

I will quote wikipedia:

Fact tables are often defined by their grain. The grain of a fact table represents the most atomic level by which the facts may be defined.

Fact table (a measure holder table in star/snowflake schema) is denormalised.

fenix
  • 1,716
  • 2
  • 20
  • 26