InterviewSolution
Saved Bookmarks
| 1. |
When Do We Need To Create A View Or A Materialized View In A Database? |
|
Answer» Views are created in such SCENARIOS where we need a "Distinct attribute LOOKUP table" or "Attribute FORM expression across multiple tables" or "Slowly Changing Dimensions" ETC Views are created in such scenarios where we need a "Distinct attribute lookup table" or "Attribute form expression across multiple tables" or "Slowly Changing Dimensions" etc |
|