December 2017
Beginner to intermediate
500 pages
12h 10m
English
No matter the kind of fact table to load, the loading process has much in common for all of them. The source data for the fact table comes from an OLTP system where data contains business keys. In the fact table, you have foreign keys to surrogate keys, the primary keys in the dimension tables. So, before inserting the data into the fact table, for each business key used in your data, you have to find the proper surrogate key. Depending on the kind of dimensions referenced in the fact table, you get the correspondent surrogate keys in a different way.
In the following subsections, we will see how you obtain the surrogate key in each case.
Read now
Unlock full access