
drop table category\g

create table category (
   nmbr		integer,
   code		char(3),
   full		char(30)
)\g

