drop table primera_4gl;
create table primera_4gl(
id number(3),
descr char(10),
constraint primera_4gl_PK primary key (id));