what is wrong?
mysql> create table price( -> p_code char(1) not null, -> p_description varchar(20), -> p_rentfee decimal(2,2) not nul
set p_code to be a key ,either set it to be a unique key or primary key.