Explicit control over indexes - UNIQUE & PRIMARY KEY constraints - Oracle Indexes and Partitioned Tables
Q. What does the database let you do if you require more explicit control over the indexes associated with UNIQUE and PRIMARY KEY constraints?- Published on 04 Aug 15a. Specify a new index that the database is to use to enforce the constraint
b. Specify a CREATE INDEX statement that the database is to use to create the index and enforce the constraint
c. Both A & B
d. None of the above
ANSWER: Specify a CREATE INDEX statement that the database is to use to create the index and enforce the constraint