All of the following statements are true about a unique index except for which one?
A.
It must be unique for all columns of a table.
B.
It should not be explicitly defined for tables.
C.
It must be created only for columns having PRIMARY KEY or UNIQUE constraints.
D.
It cannot be created by itself.
E.
It cannot be ensured that the combination of all values contained in the index is unique.