InterviewSolution
Saved Bookmarks
| 1. |
What Are Fact Tables? |
|
Answer» A FACT Table is a table that contains summarized NUMERICAL (FACTS) and historical DATA. This Fact Table has a foreign KEY – primary key relation with a dimension table. A Fact Table is a table that contains summarized numerical (facts) and historical data. This Fact Table has a foreign key – primary key relation with a dimension table. |
|