TALLER TUPLAS BASES DE DATOS
DANIEL FAJARDO 67000531
1). Q(t)={t.Nombre,t.Direccion|EMPLEADO(t) and t.DNO=”1” } 2). Q(t)={t.Nombre| EMPLEADO(t) and t.DNO=”5” } 3). Q(t)={t.NumeroProyecto|PROYECTO(t) and t.NumeroProyecto=”5” and EMPLEADO(t) and t.apellido1=”perez” t.DNO } 4). Q(t)={t.Nombre,t.Apellido1,t.Apellido2,t.NumeroProyecto,t.NombreDpto,t.FechaNaci|Localizacion _DPTO(t) and PROYECTO(t) and DEPARTAMENTO(t) and t.ciudad=”bogota” and t.DniDirector==t.SuperDni} 5). Q(t)={t.nombre|EMPLEADO(t) and SUBORDINADO(t) and t.DNI==t.DniEmpleado and t.Relacion=”esposa”} 6). Q(t)={t.FechaIngresoDirector|DEPARTAMENTO(t) and EMPLEADO(t) and SUBORDINADO(t) and t.DNI==t.DniEMpleado and t.Relacion=”empleado”} 7). Q(t){t.DNI|EMPLEADO(t) and PROYECTO(t) and Departamento(t) and t.NumeroDpto=”1” and t.DNO=”1” and t.NumeroDptoProyecto=”1”} 8).Q(t){t.DNI|EMPLEADO(t) and PROYECTO(t) and Trabaja_en(t) and Departamento(t) and t.DNO=”4” and t.NumeroDpto=”4” and t.NumeroDptoProyecto=”4” and t.NumeroProyecto==t.NumProy and t.Horas>30} 9).Q(t){t.nombre,t.direccion|EMPLEADO(t) and PROYECTO(t) and t.DNO=”4” and t.NumeroDptoProyecto=”4” } 10). Q(t)={t.nombre|EMPLEADO(t) and SUBORDINADO(t) and t.DNI==t.DniEmpleado and t.SEXO=”H”}