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
What is database white box testing and black box testing?
What are the advantages of pl sql?
What is a unique key and primary key and foreign key?
What is the advantage of index in sql?
How to avoid using cursors? What to use instead of cursor and in what cases to do so?
Is left join faster than inner join?
How is a process of pl/sql compiled?
What is example of database?
What is pl sql record in oracle?
what are the differences between procedure-oriented languages and object-oriented languages? : Sql dba
Can we alter stored procedure?
Explain normalization and what are the advantages of it?
define sql delete statement ? : Sql dba
Is not equal in sql?
Which is faster union or join?