1. What is a Data warehouse? |
A Data warehouse is a denormalized database, which stores historical data in summary level format. It is specifically meant for heavy duty querying and analysis. |
2. What is a Data mart? |
A Data mart is a subset of a Data warehouse and is generally specific to a certain department or process, e.g. a finance data mart or a production data mart. |
4. What is OLAP? |
OLAP is a multidimensional data structure from where we can view summary level information about a business, e.g. total sales in a year or total sales in a certain geography. |
10. What is Factless Fact Table? |
Factless fact table is nothing but a fact table which doesn't have any measures. |
16. What is Data Profiling? |
Data Profiling is a process to find out the process information present in the source. The process or tool used for data profiling is called Data Discovery Phase. |
18. What is a Fact table? |
It is a table which contains factual information of a business process. Fact table contains measures, foreign keys of all related dimension tables and attributes etc. |
19. What is a Dimension table? |
It is a table which contains categorized data. Eg: Time dimension, Products dimension etc. |
21. What is cube? |
Cube is a multidimensional representation of data. It is used for analysis purpose. A cube gives multiple views of data. |
25. What are the different types of Data models? |
Conceptual Data Model, Logical Data Model and Physical Data Model |
No comments:
Post a Comment