blob: 5d88dffeb1e780450e8b6b8e33597b3c01006f97 [file] [log] [blame]
Drop table NOTXOPS;
CREATE TABLE NOTXOPS (
c_id integer not null,
c_phone char(16)
);
INSERT INTO NOTXOPS VALUES(1, 'wxyz');
INSERT INTO NOTXOPS VALUES(2, 'pqrs');