Multiple choice technology

The partioning type in which data is distibuted evenly across partitions is

  1. Hash auto

  2. Hash user

  3. Round robin

  4. Range

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

Round-robin partitioning distributes rows evenly across all partitions by cycling through them sequentially. Unlike hash or range partitioning, round-robin doesn't consider data values: it simply ensures equal distribution regardless of the data content.