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 |
can we delete the trigger in a view? if yes why if not why?
how to retrieve the top 2 salaried persons from a database?
What is the difference between joins?
What are different types of statements supported by sql?
What do you think about pl/sql?
How do I debug a stored procedure?
when a procedure /package is getting invalidated?
<<labele>> declare a=10 b=20, begin some statements declare a=30 c=40 end; what is the A value in nested block?
What is sqlcommand?
What is materialized view. What are different methods of refresh?
how to create a new view in mysql? : Sql dba
What is query optimization in sql?
Oracle (3259)
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)