adspace
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
Can we rollback truncate?
What is the current version of sql?
How do I remove duplicates in two columns?
Is inner join faster than left join?
what are all the common sql function? : Sql dba
what is sql server agent? : Sql dba
what is dbms? : Sql dba
how to use regular expression in pattern match conditions? : Sql dba
What is your daily office routine?
how to start mysql server? : Sql dba
what is schema? : Sql dba
what are aggregate and scalar functions? : Sql dba
Does group by remove duplicates?
how to escape special characters in sql statements? : Sql dba
what are the advantages of sql ? : Sql dba