Q905281 | Governança de TI, Auditor Fiscal do Tesouro Municipal, Prefeitura de Nova Iguaçu RJ, FGV, 2024Para fins de investigação, os auditores da empresa desejam saber os nomes dos clientes que contrataram empréstimos em todas as financeiras.Assinale a consulta que apresenta o resultado desejado pelos auditores. a) select c.nome from tb_cliente c where exists ( select 1 from tb_emprestimo e where e.id_cliente = c.id_cliente ) b) select c.nome from tb_cliente c where id_cliente = all ( select id_financeira from tb_emprestimo ) c) select c.nome from tb_cliente c where not exists ( select id_financeira from tb_financeira except select e.id_financeira from tb_emprestimo e where e.id_cliente = c.id_cliente ) d) select distinct c.nome from tb_financeira f natural join tb_emprestimo e full join tb_cliente c on c.id_cliente = e.id_cliente e) select distinct c.nome from tb_financeira natural join tb_emprestimo natural join tb_cliente c Resolver questão 🗨️ Comentários 📊 Estatísticas 📁 Salvar 🏳️ Reportar erro