Files

78 lines
1.9 KiB
Plaintext

database rayovac@demo_se
screen size 24 by 80
{
num_emp [f000 ]
departamento [f001 ]
nivel_emp [f002 ]
cod_puesto [f003 ]
nom1_emp [f004 ]
nom2_emp [f005 ]
apell1_emp [f006 ]
apell2_emp [f007 ]
calle [f008 ]
casa_num [f009 ]
barrio [f010 ]
urbanizacion [f011 ]
telefono [f012 ]
fech_nac [f013 ]
cod_nac [f014 ]
estado_civil [a]
tipo_sangre [a0 ]
cedula [f015 ]
serie [f016 ]
licencia [f017 ]
}
screen
{
sueldo_ac [f018 ]
nomina [b]
fech_efec [f019 ]
paga_seg [c]
cod_seg1 [f020 ]
cod_seg2 [f021 ]
cod_seg3 [f022 ]
status_t [d]
us_crea [f023 ]
fech_crea [f024 ]
us_mod [f025 ]
fech_mod [f026 ]
}
end
tables
adtb00003
attributes
f000 = adtb00003.num_emp;
f001 = adtb00003.departamento;
f002 = adtb00003.nivel_emp;
f003 = adtb00003.cod_puesto;
f004 = adtb00003.nom1_emp;
f005 = adtb00003.nom2_emp;
f006 = adtb00003.apell1_emp;
f007 = adtb00003.apell2_emp;
f008 = adtb00003.calle;
f009 = adtb00003.casa_num;
f010 = adtb00003.barrio;
f011 = adtb00003.urbanizacion;
f012 = adtb00003.telefono;
f013 = adtb00003.fech_nac;
f014 = adtb00003.cod_nac;
a = adtb00003.estado_civil;
a0 = adtb00003.tipo_sangre;
f015 = adtb00003.cedula;
f016 = adtb00003.serie;
f017 = adtb00003.licencia;
f018 = adtb00003.sueldo_ac;
b = adtb00003.nomina;
f019 = adtb00003.fech_efec;
c = adtb00003.paga_seg;
f020 = adtb00003.cod_seg1;
f021 = adtb00003.cod_seg2;
f022 = adtb00003.cod_seg3;
d = adtb00003.status_t;
f023 = adtb00003.us_crea;
f024 = adtb00003.fech_crea;
f025 = adtb00003.us_mod;
f026 = adtb00003.fech_mod;
end