-- selects SELECT nome, cpf FROM tb_cliente; SELECT nome, cpf, telefone FROM tb_cliente WHERE cpf = '123'; SELECT p.get_cpf() FROM tb_cliente p; SELECT * FROM tb_lista_fone_departamento;