Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Constraint
Trying to make a constraint
Instead of a constraint like this:
ALTER TABLE table_A
ADD CONSTRAINT XFK_table_A_ID FOREIGN KEY (table_A_ID) REFERENCES table_B(table_B_ID)
I'd like to do something like:
ALTER TABLE table_A
ADD CONSTRAINT XFK_table_A_ID FOREIGN KEY (table_A_ID) REFERENCES
Does that make any sence?
Mike Received on Thu Mar 24 2005 - 11:55:02 CST
![]() |
![]() |