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
How to download oracle sql developer?
What is write ahead logging in sql server?
what is not null constraint? : Sql dba
Why we use pl sql?
How can you fetch first 5 characters of the string?
What is the best partition size for windows 10?
How does join work in sql?
what is 'mysqlshow'? : Sql dba
what are enums used for in mysql? : Sql dba
What does pragma mean?
What is a sql*loader control file?
write an sql query to find names of employee start with 'a'? : Sql dba
What is the reports view in oracle sql developer?
what is data manipulation language? : Sql dba
What is sqlservr exe?