Oracle SQL Practice Test
Oracle SQL Oracle SQL DDL and Schema Objects 3
What does the INVISIBLE option do when creating an index in Oracle SQL (11g+)?
Select your answer
A
Creates the index but the optimizer ignores it by default
B
Drops the index after the session ends
C
Creates an index that only works for DML
D
Makes the index available only to privileged users
Hint