| Oracle FAQ | Your Portal to the Oracle Knowledge Grid | |
Home -> Community -> Usenet -> comp.databases.theory -> inventory management problem
I have two tables:
purchase (ItemId, PurchQuantity, PurchaseDate); sales (ItemId, SalesQuantity, SalesDate);
With these two table could I able to find:
If i could not do it, can I maintain a table like this
StockLevel (ItemId, OpeningStock, ClosingStock, AdjustedQuantity, TransactionType);
where transaction type = purchase/sales.
please give me any suggestions or better solutions,
Is there any smart way to handle these kinds of transactions.
thanks in advance Received on Sat Oct 14 2006 - 07:27:36 CDT
![]() |
![]() |