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 -> How to drop Foreign key?

How to drop Foreign key?

From: Jingyan <jingyan.xu_at_tst2000.com>
Date: Sat, 13 Nov 1999 11:05:23 -0800
Message-ID: <SCiX3.647$LK3.24476@nuq-read.news.verio.net>


Hi,
I use following SQL to drop primary key of T1: ALTER TABLE T1
DROP PRIMARY KEY; But, I use following SQL to drop Foreign key of T1 and I got a error: ALTER TABLE T1
DROP FOREIGN KEY REFERENCES T2; Would you like to tell me how to drop it. Thanks in advance
Jingyan Xu Received on Sat Nov 13 1999 - 13:05:23 CST

Original text of this message

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