create table manufact ( manu_code char(3), manu_name char(15), lead_time interval day(3) to day, primary key (manu_code) );