Question: The sql code should look something like this, per the table below, but I get an error from sqllite something wrong near ';' and
The sql code should look something like this, per the table below, but I get an error from sqllite "something wrong near ';' " and I dont know why.
CREATE TABLE stagingTable (
yearInt INT(4),monthInt INT(2),state CHAR(2),country CHAR(2),region VARCHAR(25),customer_id INT(5),Product_Name VARCHAR(25),unitPrice INT(5),
quantityDiscount INT(5),quantity INT(6),orderTotal INT(6);

staging Table Column yearlnt INT(4) monthint INT(2) state CHAR(2) country CHAR(3) region VARCHAR(25) customer_id INT(5) Product Name VARCHAR(25) unitPrice INT(5) quantityDiscount INT(5) quantity INT(6) order Total INT(6) >
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
