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

What is ttitle and btitle?

768


What is left inner join in sql?

727


Does sql view stored data?

722


How to change a value of the field ‘salary’ as 7500 for an employee_name ‘john’ in a table employee_details?

1160


What are string functions in sql?

885






What is 19 null in sql?

703


What is the difference between count 1 and count (*) in a sql query?

667


How do I run pl sql in sql developer?

859


How do you determine the current isolation level? : Transact sql

752


Describe different types of general function used in sql?

728


What is denormalization in a database?

792


What are pl/sql cursor exceptions?

756


How insert into statements in sql?

789


How to display Row Number with Records in Oracle SQL Plus?

771


Is truncate ddl or dml?

751