|
| Total Answers and Comments: 4 |
Last Update: February 25, 2009 Asked by: ksa_rama |
|
| | |
|
Submitted by: sameer_solidcore In a Data Warehouse Consider there are two tables, D and F, where F is a fact table and D is a dimension table. A dimension table is the one which contains the Primary key and a Fact table is the one which contains corresponding Foreign Key.
So it is obvious that data will be firstly loaded in a Primary key table and then it will be loaded in the foreign key table, this means data will flow from Dimension table to a Fact table.
Another Explanation could be if you see the definition of a fact table, the source of the data is always a dimension table, if a fact table is deriving data from say three dimension tables, then the three dimension tables will be loaded and then as per the definition the corresponding foreign keys data will be loaded in the fact table.
Above answer was rated as good by the following members: raam.pt | Go To Top
|