PRODUCTS_TBL

CREATE TABLE PRODUCTS_TBL
}
PROD_ID        VARCHAR2(10)    NOT NULL       PRIMARYKEY,
PROD_DESC      VARCHAR2(40)    NOT NULL,
COST           NUMBER(6,2)     NOT NULL, 
}
/

Get Sams Teach Yourself SQL in 24 Hours, Second Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.