Multiple choice technology

Same algorithm used by DB2. What type of partitioning is this?

  1. Same

  2. Entire

  3. Hash By Key

  4. DB2

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

DB2 partitioning uses the same partitioning algorithm as IBM DB2 database, allowing DataStage to align with DB2's data distribution. This is useful when data comes from or goes to DB2 tables. Same maintains partitions, Entire broadcasts all rows, Hash uses hash function.