Usei a formula:
SELECT id_emprestimo, tipo, valor
from TabelaEmprestimo
where tipo in ('Consignado', 'Automóvel') and
valor BETWEEN 10000 and 50000;
Usei a formula:
SELECT id_emprestimo, tipo, valor
from TabelaEmprestimo
where tipo in ('Consignado', 'Automóvel') and
valor BETWEEN 10000 and 50000;