ALTER TABLE NOTIFICATIONS ADD CONSTRAINT FK_NOTIFICATIONS_STOCK FOREIGN KEY
(FK_STOCK_ID) REFERENCES STOCKS (STOCK_ID)
Is this the correct syntax?

i think it should look like

ALTER TABLE NOTIFICATIONS ADD FOREIGN KEY
FK_NOTIFICATIONS_STOCK (FK_STOCK_ID) REFERENCES STOCKS (STOCK_ID)


_______________________________________________
sapdb.general mailing list
[EMAIL PROTECTED]
http://listserv.sap.com/mailman/listinfo/sapdb.general

Reply via email to