how can we find the select statement is indexed or not?
Answers were Sorted based on User's Feedback
Answer / bunty
To check the statement is indexed or not via AUTO Trace -Â
Trace only command
Cheers,
Bunty
| Is This Answer Correct ? | 8 Yes | 1 No |
Answer / 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 |
what is meant by databases
What are the different ways to optimize a sql query?
what are the advantages a stored procedure? : Sql dba
What are the advantages of sql?
Why query optimization is needed?
How to start the command-line sql*plus?
how to rename an existing table in mysql? : Sql dba
what is the purpose of update command in oracle?
what is global temporary tables and how use that tables in pl/sql packages
Why stored procedure is faster than query?
what is the correct way of selection statement a. select/from/table_name/orderby/groupby/having b. select/from/table_name/groupby/having/orderby
5 Answers HCL, JPMorgan Chase,
What is Function based Index and which type of function we can use in Function base index. can we use aggregate,NVL function in Function based Index..
1 Answers Metric Stream, Polaris,
Oracle (3253)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)