Why does the following DDL command fail? CREATE INDEX X1 ON T1 (COL1, COL2, COL3,
BUSINESS_TIME WITHOUT_OVERLAPS);

A.
The index must be partitioned.
B.
The index must use page size > 4K.
C.
The index must be defined as UNIQUE.
D.
The index must be defined as CLUSTER.
Explanation: