INTERVAL PARTITIONING IS A PARTITIONING TECHNIQUE BASED ON
-
HASH
-
MODULUS
-
RANGE
-
RANDOM
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.