Ab Initio Data Warehousing Question:

What is the difference between a Scan component and a RollUp component?

Ab Initio Interview Question
Ab Initio Interview Question

Answer:

Rollup is for group by and Scan is for successive total. Basically, when we need to produce summary then we use scan. Rollup is used to aggregate data.


Previous QuestionNext Question
What is m_dump?What is skew and skew measurement?