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

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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!