InterviewSolution
Saved Bookmarks
| 1. |
What are the types of dimensional modeling in data warehouses? |
|
Answer» In Data warehouses, there are THREE types of DIMENSIONAL modeling:
In the data warehouse, bus architecture is made up of the set of tightly combined data marts that gets their potential from fact tables and conformed dimensions. it is defined and IMPLEMENTED only once so that it is meant to be the same thing wherever it is being used. 2. Fact Tables:which are conformed includes the things that derive revenue, profit, standard costs, and standard price. |
|