Multiple choice technology platforms and products

Type of partition valid for Source Qualifier (relational sources)

  1. Round Robin

  2. Hash Auto Keys

  3. Key range

  4. Pass-through

  5. Database partitioning

Reveal answer Fill a bubble to check yourself
C,D,E Correct answer
Explanation

For Source Qualifier transformations with relational sources, specific partition types are supported. Key range partitioning divides data based on key value ranges. Pass-through partitioning sends rows to partitions without modification. Database partitioning leverages the source database's native partitioning. Round Robin and Hash Auto Keys are NOT valid for relational Source Qualifiers - they're used for other transformation types.