The reason that the weights table exist is that the items are measured in orders and not individually.
However, during analysis, I would need the weights of individual items hence I have assumed that the weights is proportional to the quantity.
I was wondering if there is a simple query that can assist me in filling up the weights such as:
Code:
Update DetailsTable INNER JOIN WeightsTable on DetailsTable.Order=
Leave a comment: