Question: what is wrong in this code SQL Worksheet Clear Find Actions A Save Run 1 CREATE TABLE Price143 2 priceCode INTEGER(20), 3 newPrice decimal(9,2), 4
what is wrong in this code
SQL Worksheet Clear Find Actions A Save Run 1 CREATE TABLE Price143 2 priceCode INTEGER(20), 3 newPrice decimal(9,2), 4 original Price decimal(9,2), 5 productNO char(10), PRIMARY KEYCpriceCode), FOREIGN KEY (productNO) REFERENCES Product143 NET ; 9 INSERT INTO price143 Values ('2413, '50', '40.1'.'8','3'); 10 INSERT INTO price143 Values ('2852, '150', '120.9', '10', '9'); 11 INSERT INTO price143 Values ('2521, '70', '60.8'. '6','0'); 12 INSERT INTO price143 Values ('3512, 1000', '900.7', '9','1'); -- 13 INSERT INTO price143 Values ('2466, '30', '20.75'. '8','2'); 14 INSERT INTO price143 Values ('2365, '76', '70.5'.'3','7'); 15 INSERT INTO price143 Values ('1235, '10', '7.9'.'6', '5'); 16 INSERT INTO price143 Values ('9531, '60', '50.2'. '40', '3'); 17 INSERT INTO price143 Values ('6312, '120', '110.7'.'16', '20'); 18 INSERT INTO price143 Values ('2331, '800', '750.6'.'50', '16'); ORA-00907: missing right parenthesis ORA-00917: missing comma ORA-00917: missing comma ORA-00917: missing comma
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
