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 the purpose of primary key?
Does varchar need length?
What is schema in sql?
What is the starting oracle error number?
What is inner join in sql?
Define tables and fields in a database
How do I order by ascending in sql?
What is rowid in sql?
What is sql basics?
What are local and global variables and their differences?
What is nvarchar max in sql?
what is self-join? : Sql dba
How do I run a program in pl sql?
What is the primary key?
explain mysql aggregate functions. : Sql dba