drop table emp cascade; create table emp ( code integer, name text, gender integer, -- 1:male, 2:female age integer, tel text );