Ver originalSELECT * FROM empleados WHERE NOT EXISTS(SELECT empleados_id FROM gerentes WHERE gerentes.empleados_id=empleados.id);