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

Home -> Community -> Usenet -> c.d.o.server -> 2 overlapping indexes

2 overlapping indexes

From: cj <cjestrada2_at_yahoo.com>
Date: 24 Jan 2002 19:29:09 -0800
Message-ID: <432b083a.0201241929.7c3405a6@posting.google.com>


I have a table with column A, B, C, D and E. The data is unique on A, B and C so I create a unique index on that. Now I would also like to create a non-unique index on A, B, C and D. Is there a space efficient way of doing it by declaring table constraint on A, B and C and then using the index with A,B,C and D? TIA. Received on Thu Jan 24 2002 - 21:29:09 CST

Original text of this message

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