drop table cartype; create table cartype ( cartype_id number(6), cartypename varchar2(64), cartypecategory varchar2(64), dailyrate number(8,2) );