When a table has the primary key defined as DROPPABLE, which statements are true? (Select two.)

A.
A SYSKEY is generated for the table.
B.
The STORE BY clause must be used.
C.
A DROPPABLE key can only be ascending.
D.
The primary key is used as the clustering key.
E.
A seperate unique index is build for the primary key.