Exhibit:

A:No index would be created or used in this case.
B:A unique index on the empno column would be created.
C:A CHECK constraint would be enforced on the empno column.
D:A NOT NULL constraint would be enforced on the empno column.
E:A bitmap unique index would be created on the empno column.
出自:Oracle认证