drop table emp; create table emp ( code serial primary key, name text not null, gender gen01 );