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


Please Help Members By Posting Answers For Below Questions

Is a secondary key the same as a foreign key?

502


How is sql used in oracle?

593


How does sql profiler work?

584


What is the primary use of normalization?

540


How do you take the union of two tables in sql?

528






what is 'mysqladmin' in mysql? : Sql dba

546


how can we destroy the session, how can we unset the variable of a session? : Sql dba

561


What is the usage of when clause in trigger?

580


How can we debug in PL/SQL?

675


what is the stuff function and how does it differ from the replace function? : Sql dba

630


Is postgresql a server?

587


How does a self join work?

528


What is data modelling in sql?

533


when is the use of update_statistics command? : Sql dba

512


Can procedure in package be overloaded?

623