Multiple choice technology databases

INTERVAL PARTITIONING IS A PARTITIONING TECHNIQUE BASED ON

  1. HASH

  2. MODULUS

  3. RANGE

  4. RANDOM

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

INTERVAL partitioning is an extension of RANGE partitioning. It automatically creates new partitions of a specified range (interval) when data is inserted that falls outside existing partition boundaries, making it fundamentally range-based.