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 where Oracle automatically creates new partitions at specified intervals when data exceeds existing ranges. It inherits the range-based concept of partitioning data along a continuous spectrum (dates or numbers) but automates the partition boundary creation.