how can we find the select statement is indexed or not?

Answer Posted / tushar

SELECT * FROM ALL_INDEXES
WHERE OWNER = 'MYUSERNAME' AND TABLE_NAME ='MYTABNAME' AND INDEX_NAME = 'MY_IND_NAME'

Is This Answer Correct ?    3 Yes 8 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to run sql statements through the web interface?

514


What is difference between mysql and postgresql?

520


What is sql profiler in oracle?

568


How do you add a column to a table?

606


What is cartesian join in sql?

559






What is a nested table in word?

534


What is character functions?

558


What do you mean by query optimization?

552


Is a secondary key the same as a foreign key?

495


What is a join?

628


What is the largest value that can be stored in a byte data field?

521


what is myisam? : Sql dba

578


What is a sql statement?

537


What is the difference between a primary key and a unique key?

561


What are the types of queries in sql?

524