SELECT a.Producto, a.Cantidad - v.Cantidad FROM almacen AS a INNER JOIN venta AS v ON a.Producto = v.Producto