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
How is pl sql different from sql?
what is acid property in database? : Sql dba
Name three sql operations that perform a sort.
What is rowid in sql?
Which command is used to delete a trigger?
what is the difference between where clause and having clause? : Sql dba
Is sqlexception checked or unchecked?
What is sql and explain its components?
Why trigger is used in sql?
What is execute immediate?
What is primary key and foreign key?
what is a record in a database ? : Sql dba
Can we change the table name in sql?
How to Execute a Package in PL/SQL.?
what is a database transaction? : Sql dba