Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> fields for index ? - a basic Qs.

fields for index ? - a basic Qs.

From: VIVEK_SHARMA <VIVEK_SHARMA_at_infy.com>
Date: Wed, 4 Oct 2000 11:58:58 +0530
Message-Id: <10638.118430@fatcity.com>


select * from table
where field1 is null AND ( field2 = 'X' OR field3 = 'Y');

What , how many indexes to be created for this Query to run on an index scan ? Received on Wed Oct 04 2000 - 01:28:58 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US