Multiple choice technology databases

CAN WE SPECIFY MULITPLE PARTITIONING KEY COLUMNS IN INTERVAL PARTITIONING TECHNIQUE

  1. True

  2. False

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

Interval partitioning in Oracle requires exactly one partitioning key column. Unlike composite or range partitioning where multiple columns can be specified, interval partitioning is designed to work with a single date or numeric column that determines the automatic creation of new partitions at specified intervals.