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