Multiple choice technology

True/False: Rollup with sorted-input set to "In memory: Input need not be sorted" produces sorted output.

  1. True

  2. False

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

The "In memory: Input need not be sorted" setting means Rollup aggregates in memory without assuming or maintaining sort order. The output won't be sorted unless you explicitly sort it afterward.