A table is created using the ORGANIZED BY HASH UNIQUE syntax, what action should occur?

A.
Specify the column names to be hashed.
B.
Create a unique index on the hash columns.
C.
Create a clustering index on the hash columns.
D.
Create a unique clustering index on the hash columns.
Explanation: