|
CREATE TABLE MKIRK/PARENT(PARENTNO INT AS IDENTITY, DUH CHAR ( 1) NOT NULL
INSERT INTO MKIRK/PARENT (DUH) VALUES('A')1) NOT NULL WITH DEFAULT, CONSTRAINT CHILD_PRIKEY PRIMARY KEY
CREATE TABLE MKIRK/CHILD (PARENTNO INT , CHILDNO INT , DUH CHAR (
iNSERT INTO MKIRK/CHILD VALUES(1, 1, 'Y')1 rows inserted in CHILD in MKIRK.
iNSERT INTO MKIRK/CHILD VALUES(2, 1, 'Y')Operation not allowed by referential constraint PARENT_CHILD in MKIR
INSERT INTO MKIRK/PARENT (DUH) VALUES('u')1 rows inserted in PARENT in MKIRK.
delete from mkirk/parent where duh='u'PARENT in MKIRK not valid for operation. (SQL7008-3)
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.