Question:User Smith created indexes on some tables owned by user John. The following has to be displayed: 1.Index names 2.Index types Which data dictionary view(s) should be queried?
A DBA_INDEXES only
B DBA_IND_COLUMNS only
C DBA_INDEXES and DBA_USERS
D DBA_IND COLUMNS and DBA_USERS
+ AnswerB
+ Explanation
+ Report