DBA > Job Interview Questions > Oracle DBA Interview questions and Answers

How you will avoid your query from using indexes

More DBA job interview questions and answers at http://dba.fyicenter.com/Interview-Questions/

(Continued from previous question...)

How you will avoid your query from using indexes?

By changing the order of the columns that are used in the index, in the Where condition, or by concatenating the columns with some constant values.

(Continued on next question...)

Other Job Interview Questions