InterviewSolution
Saved Bookmarks
| 1. |
What Is Meant By Aggregate Fact Table And Where Is It Used? |
|
Answer» BASICALLY fact TABLES are two kinds.
Aggregated fact table has aggregarted columns. for EG. Total-Sal, Dep-Sal. where as in factless fact table will not have aggregated columns and it only has FK to the Dimension tables. Basically fact tables are two kinds. Aggregated fact table has aggregarted columns. for eg. Total-Sal, Dep-Sal. where as in factless fact table will not have aggregated columns and it only has FK to the Dimension tables. |
|