- !$ \ \ \ !$ select NOME AS "NOME COMPLETO", SALARIO AS "REMUNERAÇÃO BRUTA"
- !$ \ \ \ !$ from FUNCIONARIO
- !$ \ \ \ !$ where cod_secretaria in (select cod_secretaria
- !$ \ \ \ \ \ \ \ \ \ \ !$!$ \ \ !$ from SECRETARIA
- !$ \ \ \ \ \ \ \ \ \ \ !$!$ \ \ !$ where nome = 'Cultura')
- !$ \ \ \ !$ order by NOME ASC;
Quanto ao código em SQL acima, assinale a alternativa correta.