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 -> Re: Views II

Re: Views II

From: Klaus Zeuch <KZeuchnospam_at_hotmail.com>
Date: Fri, 9 Mar 2001 12:49:32 +0100
Message-ID: <98ajnv$9u4$1@papyrus.erlm.siemens.de>

If you would have read the manual (foreign key clause):

...REFERENCES schema.table(column)...

Klaus

Stephan Moeller <stmoeller_at_t-online.de> schrieb in im Newsbeitrag: 98af3a$7vr$01$1_at_news.t-online.com...
> if I try
> alter table abc
> add constraint FK_abc foreign key (name)
> references xyz (name)
>
> I got an error. xyz is the view.
>
> Stephan
>
>
Received on Fri Mar 09 2001 - 05:49:32 CST

Original text of this message

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