1.

We Know Rollup Component In Abinitio Is Used To Summarize Group Of Data Record Then Why Do We Use Aggregation?

Answer»
  • Aggregation and Rollup, both are USED to summarize the data.
  • Rollup is much better and convenient to use.
  • Rollup can PERFORM some additional functionality, like input filtering and output filtering of records.
  • AGGREGATE does not display the INTERMEDIATE results in main memory, where as Rollup can.
  • Analyzing a particular SUMMARIZATION is much simpler compared to Aggregations.



Discussion

No Comment Found