Multiple choice technology

List 2 types of keyless partitioning

  1. Entire

  2. Same

  3. Hash

  4. Modulus

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

Entire and Same are the two keyless partitioning methods in Datastage. Entire sends all data to one partition, Same sends data with same key values to the same partition. Hash and Modulus ARE key-based partitioning methods (they use key columns to distribute data).