Fact table

A fact table is a data warehousing concept. It consists of the measurements, metrics or facts of a business process. It is often located at the centre of a star schema, surrounded by dimension tables.

Example

Now if the business process is say SALES, then the fact table will typically contain values representing both raw facts and aggregations such as:

"average monthly sales" is a measurement which is stored in the fact table. The fact table also contains foreign keys from the dimension tables, where time series (e.g. dates) and other dimensions (e.g. store location, salesman, product) are stored.

See also: Fact table, Aggregation, Business process, Data warehousing, Dimension, Dimension table, Facts, Foreign key, Star schema, Time series