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

Home -> Community -> Usenet -> c.d.o.misc -> Re: How to add a constraint after table has been created?

Re: How to add a constraint after table has been created?

From: <whyme_at_nowhere.com>
Date: Mon, 10 Jun 2002 05:26:09 GMT
Message-ID: <qvd8gu4o1qpdln247s9i2gbe9o4qj9151v@4ax.com>


thanks anyway, but I found the answer:

ALTER TABLE_NAME
ADD
(CONSTRAINT CONSTRAINT_NAME CONDITION) On Mon, 10 Jun 2002 04:30:28 GMT, whyme_at_nowhere.com wrote:

>What is the proper command to add a constraint to a table that has
>already been created? This is necessary because of the foreign key
>references in other tables that have yet to be created.
>
>Thanks
Received on Mon Jun 10 2002 - 00:26:09 CDT

Original text of this message

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