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 -> Re: enforce check constraint on table data

Re: enforce check constraint on table data

From: Tony Andrews <andrewst_at_onetel.com>
Date: 16 Dec 2004 02:44:20 -0800
Message-ID: <1103193860.863644.213020@f14g2000cwb.googlegroups.com>


You could do this:

create unique index i on t (c1+c2); Received on Thu Dec 16 2004 - 04:44:20 CST

Original text of this message

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