Identify 3 parent partitioning schemes.
-
RANGE
-
INTERVAL
-
LIST
-
HASH
-
VIRTUAL
-
REFERENCE
A,C,D
Correct answer
Explanation
RANGE partitions data based on value ranges (e.g., dates or numeric ranges). LIST partitions data based on discrete value lists. HASH distributes data uniformly using a hash algorithm. INTERVAL is an extension of RANGE, not a parent type. VIRTUAL and REFERENCE are not partitioning schemes.