In a table i have columns A,B,C and i have a composite index
on columns A,B if so will the following query uses index or
not?
SELECT sal,name
FROM <table_name>
WHERE A=<value> AND B=<value> AND C=<value>;
Answer Posted / kishore vakiti
index range scan
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
what is a view? : Sql dba
What language is oracle sql developer?
What are tables and fields?
what are the non-standard sql commands supported by 'mysql'? : Sql dba
How can one get sql*loader to commit only at the end of the load file? : aql loader
What does := mean in pl sql?
What is foreign key and example?
what is a tablespace? : Sql dba
How do I find duplicates in a single column in sql?
what is text? : Sql dba
Enlist the characteristics of pl/sql?
What happens when a trigger is associated to a view?
What are all the different types of indexes?
How to display Row Number with Records in Oracle SQL Plus?
What is self-join and what is the requirement of self-join?