Multiple choice technology

Which three are keyless pertitioning method?

  1. Entire

  2. Modulus

  3. Round Robin

  4. Random

  5. Hash

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

Entire, Round Robin, and Random partitioning methods are keyless - they distribute data without using a key field. Hash and Modulus require key values to determine partition assignment.