Answer posted by Chintan on 2005-05-22 18:46:03: A table in a data warehouse whose entries describe data in a fact table. Dimension tables contain the data from which dimensions are created.
Fact Table contains the measurements or metrics or facts of business process. If your business process is "Sales" , then a measurement of this business process such as "monthly sales number" is captured in the Fact table. Fact table also contains the foriegn keys for the dimension tables.
Fact Table contains the measurements or metrics or facts of business process. If your business process is Sales then a measurement of this business process such as monthly sales number is captured in the Fact table. Fact table also contains the foriegn keys for the dimension tables.
Its a table which contains only measures like total distance Fare Number of parcels Weight etc. It contains only numeric values and contains foreign keys.