Question: User Smith created indexes on some tables owned by user John. You need to display the following: Index names Index types Which data dictionary view(s) would you query?
A
B
C
D
DBA_INDEXES only
B
DBA_IND_COLUMNS only
C
DBA_INDEXES and DBA_USERS
D
DBA_IND COLUMNS and DBA_USERS
Note: not sure