Having these 4 tables:
TB_CAT_PRODUCTO (id_cat,nom_cat)
TB_PRODUCTO (id_pro,nom_pro,id_cant)
TB_PEDIDO (id_ped,fecha_ped
DETALLE_PEDIDO (id_ped,id_pro,cantidad,importe)
How would you find the best-selling product by category in a time inter...
asked by
04.07.2018 / 07:21