CREATE TABLE product ( id integer primary key, code varchar(20), name varchar(255), price integer );