View the Exhibit and examine the structure of the EMP table.

A: The PRIMARY KEY is created along with a new index.
B: The PRIMARY KEY is created and it would use an existing unique index.
C: The PRIMARY KEY would be created in a disabled state because it is using an existing index.
D: The statement produces an error because the USING clause is permitted only in the CREATE TABLE command.
出自:Oracle认证