Represent business activities that have already happened.

Fact tables are append-only: records are never deleted or modified. To express that current data is outdated, new record should be added to the table.

Fact records can be added not for each change in the data, but also as snapshots, e.g. current state taken every 30 minutes. It may be useful in some cases when capturing all changes will be wasteful or even impossible.