N
The Daily Insight

What is fact dimension table?

Author

Isabella Ramos

Updated on March 03, 2026

KEY DIFFERENCE Fact table contains measurements, metrics, and facts about a business process while the Dimension table is a companion to the fact table which contains descriptive attributes to be used as query constraining. Fact table helps to store report labels whereas Dimension table contains detailed data.

What is the meaning of in fact table?

In data warehousing, a fact table consists of the measurements, metrics or facts of a business process. It is located at the center of a star schema or a snowflake schema surrounded by dimension tables. The primary key of a fact table is usually a composite key that is made up of all of its foreign keys.

What is the difference between fact table and dimension table?

The main difference between fact table or reality table and the Dimension table is that dimension table contains attributes on that measures are taken actually table. 1. Fact table contains the measuring on the attributes of a dimension table.

What is fact table with example?

A fact table is found at the center of a star schema or snowflake schema surrounded by dimension tables. A fact table consists of facts of a particular business process e.g., sales revenue by month by product. Facts are also known as measurements or metrics. A fact table record captures a measurement or a metric.

What is fact table and its types?

The fact table is a central table in the data schemas. It is found in the centre of a star schema or snowflake schema and surrounded by a dimension table. It contains the facts of a particular business process, such as sales revenue by month.

Is fact table normalized?

Dimensional models combine normalized and denormalized table structures. The dimension tables of descriptive information are highly denormalized with detailed and hierarchical roll-up attributes in the same table. Meanwhile, the fact tables with performance metrics are typically normalized.

What is facts and dimension with example?

Employees and customers are examples of dimensions, they do. Products are sold, they are also dimensions as they have something done to them. Facts, are the verb. An entry in a fact table marks a discrete event that happens to something from the dimension table.

What is the relationship between fact and dimension tables?

As a rule, each foreign key of the fact table must have its counterpart in a dimension table. Additionally, any table in a dimensional database that has a composite key must be a fact table. This means that every table in a dimensional database that expresses a many-to-many relationship is a fact table.

What is a fact table and dimension table example?

Fact tables and dimension tables hold the columns that store the data for the model: Fact tables contain measures, which are columns that have aggregations built into their definitions. For example, Revenue and Units are measure columns. Dimension tables contain attributes that describe business entities.

How do you create a dimension and fact table?

Steps in designing Fact Table:

  1. Identify a business process for analysis(like sales).
  2. Identify measures or facts (sales dollar).
  3. Identify dimensions for facts(product dimension, location dimension, time dimension, organization dimension).
  4. List the columns that describe each dimension.

Are fact and dimension tables normalized or denormalized?

What are characteristics of fact table?

Keys: Fact table consists of a key that is the combination or concatenation of all primary keys of various dimension tables associated with that fact table.

  • Fact Table Grain: Grain of the table means the level of the detail or the deepness of the information that is stored in the fact table.
  • Additive Measures: Attributes in the fact table can be fully additive,semi-additive or non- additive. Fully additive or additive measures are those that are added to all dimensions.
  • What are the types of dimension tables?

    A dimension table typically has two types of columns, primary keys to fact tables and textual\\descriptive data. Attributes of a dimension that would undergo changes over time. It depends on the business requirement whether particular attribute history of changes should be preserved in the data warehouse.

    What are the dimensions of a kitchen table?

    Standard furniture size for tables includes the following: Coffee Table – 19 inches high, 18 inches wide and 36 up to 48 inches long. Hall Table – 27 inches high, 15 inches wide and 55 inches long. Dining Table/Formal – 29 inches high, 40 inches wide and 64 inches long. Kitchen Table – 29 inches high, 36inches wide and 60 inches long.

    What is the granularity of a fact table?

    The granularity is the lowest level of information stored in the fact table. The depth of data level is known as granularity. In date dimension the level could be year, month, quarter, period, week, day of granularity. The factors of determination will be resent to the requirements.