Which one is keyless partitioning method?
-
Modulus
-
Hash
-
Both
-
None of the above
D
Correct answer
Explanation
Keyless partitioning methods don't require a key field to distribute data. Round Robin, Random, and Entire are keyless methods. Modulus and Hash are both key-based partitioning methods that require a specific key field to calculate partition assignments, so neither qualifies as keyless.