Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: How to add a constraint after table has been created?
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
![]() |
![]() |