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

Home -> Community -> Usenet -> c.d.o.tools -> object question

object question

From: Francis Wong <wongfrancis_at_home.com>
Date: 2000/06/28
Message-ID: <Dhw65.30343$7I1.545495@news1.rdc2.on.home.com>#1/1

I create a table using the following command:

create table xxxxx (

    client_info ref client_objtyp scope is client_objtab not null,
...
...

);

However, I know that client_info is also unique in the table xxxxx. How can I put a constraint to make the column unique? Received on Wed Jun 28 2000 - 00:00:00 CDT

Original text of this message

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