Oracle Database Administration I — Question 100

Which three statements are true about indexes and their administration in an Oracle database? (Choose three.)

Answer options

Correct answer: A, C, E

Explanation

Option A is correct because an index can indeed be defined within the CREATE TABLE statement. Option C is valid as descending indexes are a specific type of function-based index. Option E is true since both UNIQUE and non-unique indexes can be established on the same column. Options B, D, and F are incorrect; B is misleading as an index may not always be used, D is false because the drop operation does not prevent updates, and F is incorrect since an INVISIBLE INDEX is still maintained during DML operations.