InterviewSolution
Saved Bookmarks
| 1. |
What is granularity? |
|
Answer» Granularity represents the information level stored in a database table. It can be high or low level with tables that CONTAIN transaction-level or fact table RESPECTIVELY. Granularity is ALSO a measure of smallest set of DATA which can be INDEPENDENTLY processed by any component/task/application. |
|