CREATE TABLE Product ( id integer, code varchar(20), name varchar(255), price integer );