INSERT per tabella


Create table

CREATE TABLE (
varchar(10) PRIMARY KEY,
varchar(60),
varchar(60),
date,
integer,
);