Digitei o filtro conforme o exemplo do curso, mas não funcionou.
select * from tb_clientes where cidade = 'Rio de janeiro' OR bairro = 'jardins';
Alguns não funcionam.
Este abaixo funcionou direitinho.
select * from tb_clientes where data_nascimento = to_date ('07/10/1995', 'dd/mm/yyyy');