Multiple choice technology

Select any two collection method

  1. Sort merge

  2. Ordered

  3. Stable sort

  4. none of the above

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

Sort Merge collects sorted data from multiple partitions. Ordered collection reads all records from one partition before moving to the next. Both are collection methods. Stable Sort is not a standard DataStage collection method.