CREATE TABLE Products ( Product_Code CHAR(10) PRIMARY KEY, Description CHAR(40), Price DECIMAL(10,2) )