SELECT * FROM tabla_de_productos where NOMBRE_DEL_PRODUCTO = "refrescante" and TAMANO = "1 litro" and sabor = "Frutilla/Limón";
SELECT * FROM facturas;
##1101035
SELECT * from items_facturas where CODIGO_DEL_PRODUCTO ="1101035" order by Cantidad Desc limit 1;