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>;
Answers were Sorted based on User's Feedback
Answer / dinesh
Table Access (BY INDEX ROWID)
Filter predicates C=
INDEX(UNIQUE SCAN) A= B=
Here we use "AND" operator that query used index
if we used "OR" its not used Index scan
| Is This Answer Correct ? | 0 Yes | 0 No |
How packaged procedures and functions are called from the following?
How do I run a sql script?
what is text? : Sql dba
What is the maximum number of triggers,can apply to a single table?
What is consistency?
What is dml with example?
What are different sql data types?
What is the difference between sql and isql*plus?
what is the difference between union and union all
14 Answers IBM, Luxoft, Oracle,
if table named a is there and 4 records are there then how to swap (1 and 3) and (2 and 4) records at a time
Explain the two type of Cursors ?
What is %s 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)