what is wrong?
mysql> create table price( -> p_code char(1) not null, -> p_description varchar(20), -> p_rentfee decimal(2,2) not nul
price.p_code
ENGINE = INNODB
CREATE TABLE