Código SQL [-] select tb1.estilo, tb1.pares, tb2.precio, tb1.pares*tb2.precio from tabla1 tb1, tabla2 tb2 where tb1.estilo=tb2.estilo
select tb1.estilo, tb1.pares, tb2.precio, tb1.pares*tb2.precio from tabla1 tb1, tabla2 tb2 where tb1.estilo=tb2.estilo