select cod_produto,dsc_produto from produto p
where exists (select cod_produto from item_pedido it
where it.cod_produto = p.cod_produto);