Multiple choice technology

Select any two portioning method

  1. DB2

  2. Round robin

  3. Sort merge

  4. Ordered

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

DB2 partitioning uses DB2's own partitioning map. Round-Robin distributes rows sequentially across partitions. Both are valid partitioning methods. Sort Merge and Ordered are collection methods, not partitioning methods.