Exam 1z0-071 All QuestionsBrowse all questions from this exam
Question 104

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

    Correct Answer: A, B, E

    The same table column can be part of both a unique and non-unique index. A descending index is a type of function-based index. An index can indeed be created as part of a CREATE TABLE statement, which allows for better performance during the creation and initial loading of data into the table.

Discussion
Babi265Options: ABE

Answer is ABE. F is wrong, unused index is not mentained

dilshodOptions: ABE

These are correct

greenneem

F is wrong. it is not maintained by DML.

Viviana3184Options: ABE

ABE are correct

TATSSSSOptions: ABE

C and F are wrong, oracle documentation says: Unlike unusable indexes, an invisible index is maintained during DML statements. https://docs.oracle.com/en/database/oracle/oracle-database/19/admin/managing-indexes.html#GUID-3A66938F-73C6-4173-844E-3938A0DBBB54

lucemqyOptions: ABE

ABE correct

ESZOptions: ABE

ABE correct

zouveOptions: BEF

BEF for me

Poke90Options: ABE

invisible indexes are maintained, unusable indexes are not. C and F are wrong

Poke90Options: ACE

F is wrong but C is correct: https://docs.oracle.com/cd/E18283_01/server.112/e17120/indexes004.htm so either ACE or BCE

JRC

C is false, it is explained on the link you provided on the section: Understand When to Use Unusable or Invisible Indexes